Changeset 18576

Show
Ignore:
Timestamp:
04/12/06 10:16:39 (3 years ago)
Author:
patrick
Message:

Recognize the seldom-used targets all-abi, world-all-abi, and
install-all-abi.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/Makefile.in

    r18342 r18576  
    5656 
    5757debug dbg dbg-dso optim opt opt-dso profiled prof prof-dso release      \ 
    58 world install-debug install-optim install-profiled links clean-links: 
     58world world-all-abi all-abi install-all-abi install-debug install-optim \ 
     59install-profiled links clean-links: 
    5960        $(MAKE) GLOBAL_BUILD=1 RECTARGET="$@"                           \ 
    6061          instlinks="$(topdir)/instlinks" recursive 
  • juggler/trunk/external/Makefile.in

    r18341 r18576  
    145145endif 
    146146 
    147 world release: 
     147world world-all-abi release: 
    148148        @$(MAKE) buildworld 
    149149        @$(MAKE) installworld 
    150150 
    151 all buildworld debug optim profiled dbg dbg-dso opt opt-dso prof      \ 
    152 prof-dso links: 
     151all all-abi buildworld debug optim profiled dbg dbg-dso opt opt-dso   \ 
     152prof prof-dso links: 
    153153        $(MKINSTALLDIRS) $(instlinks)/include 
    154154        @for target in $(ALL_TARGETS) ; do                              \ 
     
    315315install install-debug install-optim install-dbg install-dbg-dso         \ 
    316316install-opt install-opt-dso install-profiled install-prof               \ 
    317 install-prof-dso installworld
     317install-prof-dso installworld install-all-abi
    318318        @for target in $(BASE_TARGETS) ; do                             \ 
    319319            $(MAKE) install-$$target || exit 1;                         \