- Timestamp:
- Jun 17, 2007, 10:22:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-arch/gzip/Makefile.kmk
r3389 r3479 103 103 $(CP) -f $< $@ 104 104 105 106 ifdef NOT_BOOTSTRAPPING_KNIX # depends on sh, diffutils and itself. 107 105 108 # 106 109 # The man pages. … … 108 111 INSTALLS += gzip-manpages 109 112 gzip-manpages_TEMPLATE = usr.bin.man 113 gzip-manpages_ORDERDEPS = $(INSTARGET_gzip) #<-- this doesn't work on INSTALLS. 110 114 gzip-manpages_SOURCES = \ 111 115 gunzip.1 \ … … 154 158 $(NL)$(TAB)$(TARGET_gzip) -cv -- "$(file)" | $(TARGET_gzip) -d | cmp - "$(file)") 155 159 $(APPEND) $@ done 160 161 endif # NOT_BOOTSTRAPPING_KNIX 156 162 157 163 include $(PATH_KBUILD)/footer.kmk
Note:
See TracChangeset
for help on using the changeset viewer.