diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-07-03 10:44:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-07-03 10:44:59 +0000 |
commit | 95f81a5a5552ad42b188fc56f2c38eb8c17542de (patch) | |
tree | 02c2ce15b6072fceaf7252ccaa652bec686a063c /make/tinylogin.mk | |
parent | 5c2d0eab688a76408de19dd7a83f50f4124d3929 (diff) | |
download | buildroot-novena-95f81a5a5552ad42b188fc56f2c38eb8c17542de.tar.gz buildroot-novena-95f81a5a5552ad42b188fc56f2c38eb8c17542de.zip |
A number of updates
Diffstat (limited to 'make/tinylogin.mk')
-rw-r--r-- | make/tinylogin.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/tinylogin.mk b/make/tinylogin.mk index 4068f31f0..64292c73f 100644 --- a/make/tinylogin.mk +++ b/make/tinylogin.mk @@ -19,6 +19,7 @@ $(TINYLOGIN_DIR)/Config.h: $(DL_DIR)/$(TINYLOGIN_SOURCE) perl -i -p -e "s/\`id -u\` -ne 0/0 == 1/;" \ -e "s/4755 --owner=root --group=root/755/" \ $(TINYLOGIN_DIR)/install.sh + perl -i -p -e "s/^DODEBUG.*/DODEBUG=true/g;" $(TINYLOGIN_DIR)/Makefile # date test this one touch $(TINYLOGIN_DIR)/Config.h |