Changeset 3479 for trunk


Ignore:
Timestamp:
Jun 17, 2007, 10:22:47 PM (18 years ago)
Author:
bird
Message:

gzip is needed for manpages and must be built before anything else. skip the unimportant stuff which has external dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-arch/gzip/Makefile.kmk

    r3389 r3479  
    103103        $(CP) -f $< $@
    104104
     105
     106ifdef NOT_BOOTSTRAPPING_KNIX # depends on sh, diffutils and itself.
     107
    105108#
    106109# The man pages.
     
    108111INSTALLS += gzip-manpages
    109112gzip-manpages_TEMPLATE = usr.bin.man
     113gzip-manpages_ORDERDEPS = $(INSTARGET_gzip) #<-- this doesn't work on INSTALLS.
    110114gzip-manpages_SOURCES = \
    111115        gunzip.1 \
     
    154158                $(NL)$(TAB)$(TARGET_gzip) -cv -- "$(file)" | $(TARGET_gzip) -d | cmp - "$(file)")
    155159        $(APPEND) $@ done
     160       
     161endif # NOT_BOOTSTRAPPING_KNIX 
    156162
    157163include $(PATH_KBUILD)/footer.kmk
Note: See TracChangeset for help on using the changeset viewer.