aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index d43547e5f..bea9614a6 100644
--- a/Makefile
+++ b/Makefile
@@ -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
169docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html 169docs/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
173docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod 173docs/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
212busybox.links: Config.h 212busybox.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
215nfsmount.o cmdedit.o: %.o: %.h 215nfsmount.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
239install: busybox busybox.links 239install: busybox busybox.links
240 ./install.sh $(PREFIX) 240 $(BB_SRC_DIR)/install.sh $(PREFIX)
241 241
242install-hardlinks: busybox busybox.links 242install-hardlinks: busybox busybox.links
243 ./install.sh $(PREFIX) --hardlinks 243 $(BB_SRC_DIR)/install.sh $(PREFIX) --hardlinks
244 244
245debug_pristine: 245debug_pristine:
246 @ echo VPATH=\"$(VPATH)\" 246 @ echo VPATH=\"$(VPATH)\"