Reiser4 Implementation abgeschlossen...

In memory to Nina Reiser. May she rest in peace...


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@436 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-03-04 16:45:10 +00:00
parent c4166091f3
commit 8906905349
17 changed files with 125 additions and 736 deletions

View File

@@ -85,7 +85,7 @@ ifeq "$(LFS_PASS)" "install"
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
else
cd $(DIR_APP) && ./configure --prefix=/usr --sbindir=/sbin
cd $(DIR_APP) && ./configure --prefix=/usr --sbindir=/sbin --enable-static
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
endif