summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-12-08 01:56:15 +0000
committerEric Andersen <andersen@codepoet.org>2001-12-08 01:56:15 +0000
commit2423b12daee7fca1f6fe671a4a9bdf2ba1d3309e (patch)
treeb50d166caa9ce3a68b4b119748be38692dd45d40 /Makefile
parent05b5addcaa210f30078ab8a69c57cee829aa7eb9 (diff)
downloadbusybox-w32-2423b12daee7fca1f6fe671a4a9bdf2ba1d3309e.tar.gz
busybox-w32-2423b12daee7fca1f6fe671a4a9bdf2ba1d3309e.tar.bz2
busybox-w32-2423b12daee7fca1f6fe671a4a9bdf2ba1d3309e.zip
Begin moving things to busybox.net
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 7ae141bd5..68d7db247 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ DOLFS = false
69 69
70# If you have a "pristine" source directory, point CONFIG_SRC_DIR to it. 70# If you have a "pristine" source directory, point CONFIG_SRC_DIR to it.
71# Experimental and incomplete; tell the mailing list 71# Experimental and incomplete; tell the mailing list
72# <busybox@opensource.lineo.com> if you do or don't like it so far. 72# <busybox@busybox.net> if you do or don't like it so far.
73CONFIG_SRC_DIR = 73CONFIG_SRC_DIR =
74 74
75# If you are running a cross compiler, you may want to set CROSS 75# If you are running a cross compiler, you may want to set CROSS
@@ -249,15 +249,15 @@ docs/BusyBox.1: docs/busybox.pod
249 - pod2man --center=BusyBox --release="version $(VERSION)" \ 249 - pod2man --center=BusyBox --release="version $(VERSION)" \
250 $< > $@ 250 $< > $@
251 251
252docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html 252docs/BusyBox.html: docs/busybox.net/BusyBox.html
253 - mkdir -p docs 253 - mkdir -p docs
254 -@ rm -f docs/BusyBox.html 254 -@ rm -f docs/BusyBox.html
255 -@ ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html 255 -@ ln -s busybox.net/BusyBox.html docs/BusyBox.html
256 256
257docs/busybox.lineo.com/BusyBox.html: docs/busybox.pod 257docs/busybox.net/BusyBox.html: docs/busybox.pod
258 -@ mkdir -p docs/busybox.lineo.com 258 -@ mkdir -p docs/busybox.net
259 - pod2html --noindex $< > \ 259 - pod2html --noindex $< > \
260 docs/busybox.lineo.com/BusyBox.html 260 docs/busybox.net/BusyBox.html
261 -@ rm -f pod2htm* 261 -@ rm -f pod2htm*
262 262
263 263
@@ -285,7 +285,7 @@ docs/busybox.pdf: docs/busybox.ps
285 285
286docs/busybox/busyboxdocumentation.html: docs/busybox.sgml 286docs/busybox/busyboxdocumentation.html: docs/busybox.sgml
287 - mkdir -p docs 287 - mkdir -p docs
288 (cd docs/busybox.lineo.com; sgmltools -b html ../busybox.sgml) 288 (cd docs/busybox.net; sgmltools -b html ../busybox.sgml)
289 289
290# The nifty new buildsystem stuff 290# The nifty new buildsystem stuff
291scripts/mkdep: scripts/mkdep.c 291scripts/mkdep: scripts/mkdep.c
@@ -369,9 +369,9 @@ clean:
369 - $(MAKE) -C tests clean 369 - $(MAKE) -C tests clean
370 - $(MAKE) -C scripts/lxdialog clean 370 - $(MAKE) -C scripts/lxdialog clean
371 - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \ 371 - rm -f docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html \
372 docs/busybox.lineo.com/BusyBox.html 372 docs/busybox.net/BusyBox.html
373 - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \ 373 - rm -f docs/busybox.txt docs/busybox.dvi docs/busybox.ps \
374 docs/busybox.pdf docs/busybox.lineo.com/busybox.html \ 374 docs/busybox.pdf docs/busybox.net/busybox.html \
375 docs/busybox _install pod2htm* *.gdb *.elf *~ core 375 docs/busybox _install pod2htm* *.gdb *.elf *~ core
376 - rm -f busybox.links libbb/loop.h .config.old .hdepend 376 - rm -f busybox.links libbb/loop.h .config.old .hdepend
377 - rm -f scripts/split-include scripts/mkdep .*config.log 377 - rm -f scripts/split-include scripts/mkdep .*config.log