Merge remote-tracking branch 'ms/fake-uname'

Conflicts:
	lfs/fake-environ
This commit is contained in:
Michael Tremer
2011-12-29 13:50:55 +01:00
3 changed files with 26 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ $(TARGET) :
cp -rvf $(DIR_SRC)/src/$(THISAPP) $(DIR_APP)
cd $(DIR_APP) && make install CFLAGS="$(CFLAGS)" \
TOOLS_DIR="$(TOOLS_DIR)"
TOOLS_DIR="/tools"
@rm -rf $(DIR_APP)
@$(POSTBUILD)