]> Zhao Yanbai Git Server - minix.git/commitdiff
Less stack for ds and rs
authorBen Gras <ben@minix3.org>
Tue, 7 Mar 2006 13:22:36 +0000 (13:22 +0000)
committerBen Gras <ben@minix3.org>
Tue, 7 Mar 2006 13:22:36 +0000 (13:22 +0000)
servers/ds/Makefile
servers/rs/Makefile

index ec81a5be6d20f810eaabc9c501455c41812454c6..edf17eec5be1dc7938a93be8217887820e156013 100644 (file)
@@ -23,7 +23,7 @@ OBJ = main.o store.o
 all build:     $(SERVER)
 $(SERVER):     $(OBJ)
        $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
-#      install -S 256w $@
+       install -S 256w $@
 
 # install with other servers
 install: $(SERVER)
index 296e1fd0033c99eb5772eff94a7d9e8b1bbe149c..6acb6553957f0f0c8147a13289bd2f1565d48454 100644 (file)
@@ -25,6 +25,7 @@ $(UTIL):      $(UTIL_OBJ)
        $(CC) -o $@ $(LDFLAGS) $(UTIL_OBJ) $(UTIL_LIBS)
 $(SERVER):     $(OBJ)
        $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
+       install -S 512w $@
 
 # install with other servers
 install:       /bin/$(UTIL) /usr/sbin/$(SERVER)