Hack small and big fs into a single image. Must now set BIG or SMALL label.

This commit is contained in:
Ben Gras
2006-03-10 14:11:19 +00:00
parent 525af3c6b2
commit 6fe89cfbe8
5 changed files with 14 additions and 21 deletions

View File

@@ -19,16 +19,11 @@ OBJ = main.o open.o read.o write.o pipe.o dmap.o \
lock.o misc.o utility.o select.o timers.o table.o
# build local binary
all build: $(SERVER)
install all build: $(SERVER)
$(SERVER): $(OBJ)
$(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
install -S 512w $@
# install with other servers
install: /usr/sbin/$(SERVER)
/usr/sbin/$(SERVER): $(SERVER)
install -o root -cs $? $@
# clean up local files
clean:
rm -f $(SERVER) *.o *.bak
@@ -38,4 +33,3 @@ depend:
# Include generated dependencies.
include .depend