More updates.

This commit is contained in:
Eric Andersen 2001-02-17 15:55:15 +00:00
parent 47aea4ee71
commit 1cf8166329

View File

@ -241,6 +241,7 @@ docs/BusyBox.1: docs/busybox.pod
$< > $@
docs/BusyBox.html: docs/busybox.lineo.com/BusyBox.html
- mkdir -p docs
-@ rm -f docs/BusyBox.html
-@ ln -s busybox.lineo.com/BusyBox.html docs/BusyBox.html
@ -292,15 +293,13 @@ nfsmount.o cmdedit.o: %.o: %.h
$(OBJECTS): %.o: %.c Config.h busybox.h applets.h Makefile
$(CC) $(CFLAGS) -I- -I. $(patsubst %,-I%,$(subst :, ,$(BB_SRC_DIR))) -c $< -o $*.o
$(PWD_OBJS): %.o: %.c pwd_lib_objdir Config.h busybox.h applets.h Makefile
$(PWD_OBJS): %.o: %.c Config.h busybox.h applets.h Makefile
- mkdir -p $(PWD_GRP)
$(CC) $(CFLAGS) $(PWD_CFLAGS) -c $< -o $*.o
$(PWD_LIB): $(PWD_OBJS)
$(AR) $(ARFLAGS) $(PWD_LIB) $^
pwd_lib_objdir:
mkdir -p $(PWD_GRP)
usage.o: usage.h
utility.o: loop.h