diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -167,14 +167,14 @@ docs/BusyBox.1: docs/busybox.pod | |||
167 | docs/busybox.pod ) > docs/BusyBox.1 | 167 | docs/busybox.pod ) > docs/BusyBox.1 |
168 | 168 | ||
169 | docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html | 169 | docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html |
170 | - rm -f docs/BusyBox.html | 170 | -@ rm -f docs/BusyBox.html |
171 | - ln -s docs/busybox.lineo.com/BusyBox.html docs/BusyBox.html | 171 | -@ ln -s docs/busybox.lineo.com/BusyBox.html docs/BusyBox.html |
172 | 172 | ||
173 | docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod | 173 | docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod |
174 | - mkdir -p docs/busybox.lineo.com | 174 | -@ mkdir -p docs/busybox.lineo.com |
175 | - (cd $(BB_SRC_DIR); pod2html --noindex docs/busybox.pod ) \ | 175 | - (cd $(BB_SRC_DIR); pod2html --noindex docs/busybox.pod ) \ |
176 | > docs/busybox.lineo.com/BusyBox.html | 176 | > docs/busybox.lineo.com/BusyBox.html |
177 | - rm -f pod2html* | 177 | -@ rm -f pod2html* |
178 | 178 | ||
179 | 179 | ||
180 | # New docs based on DOCBOOK SGML | 180 | # New docs based on DOCBOOK SGML |
@@ -210,7 +210,7 @@ busybox: $(OBJECTS) | |||
210 | $(STRIP) | 210 | $(STRIP) |
211 | 211 | ||
212 | busybox.links: Config.h | 212 | busybox.links: Config.h |
213 | -(cd $(BB_SRC_DIR); ./busybox.mkll ) | sort >$@ | 213 | -$(BB_SRC_DIR)/busybox.mkll $(BB_SRC_DIR)applets.h | sort >$@ |
214 | 214 | ||
215 | nfsmount.o cmdedit.o: %.o: %.h | 215 | nfsmount.o cmdedit.o: %.o: %.h |
216 | $(OBJECTS): %.o: %.c Config.h busybox.h Makefile | 216 | $(OBJECTS): %.o: %.c Config.h busybox.h Makefile |
@@ -237,10 +237,10 @@ distclean: clean | |||
237 | - cd tests && $(MAKE) distclean | 237 | - cd tests && $(MAKE) distclean |
238 | 238 | ||
239 | install: busybox busybox.links | 239 | install: busybox busybox.links |
240 | ./install.sh $(PREFIX) | 240 | $(BB_SRC_DIR)/install.sh $(PREFIX) |
241 | 241 | ||
242 | install-hardlinks: busybox busybox.links | 242 | install-hardlinks: busybox busybox.links |
243 | ./install.sh $(PREFIX) --hardlinks | 243 | $(BB_SRC_DIR)/install.sh $(PREFIX) --hardlinks |
244 | 244 | ||
245 | debug_pristine: | 245 | debug_pristine: |
246 | @ echo VPATH=\"$(VPATH)\" | 246 | @ echo VPATH=\"$(VPATH)\" |