aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-01 19:55:04 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-12-01 19:55:04 +0000
commitb5e92f7b8e509b82a066ee9245bbae2119fdf0c2 (patch)
treef52409c3b56c1f2a5a54996dc2542c7941574e20 /Makefile
parent3348fb80fd20b82ca4daf7d51e2fa435b1162f54 (diff)
downloadbusybox-w32-b5e92f7b8e509b82a066ee9245bbae2119fdf0c2.tar.gz
busybox-w32-b5e92f7b8e509b82a066ee9245bbae2119fdf0c2.tar.bz2
busybox-w32-b5e92f7b8e509b82a066ee9245bbae2119fdf0c2.zip
More pristine source directory updates. It now works
for me (including doing install). How about you? -Erik git-svn-id: svn://busybox.net/trunk/busybox@1364 69ca8d6d-28ef-0310-b511-8ec308f3f277
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)\"