diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-18 22:39:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-18 22:39:31 +0000 |
commit | 075633e2ca00434f723afc49e1fece21b0676726 (patch) | |
tree | 968b3b1afd08f7f27be9becc49c8fab38e8155f5 /make/ext2root.mk | |
parent | 54e098e40b933ccaa2047ad7e4693cc013c9f95d (diff) | |
download | buildroot-novena-075633e2ca00434f723afc49e1fece21b0676726.tar.gz buildroot-novena-075633e2ca00434f723afc49e1fece21b0676726.zip |
A few cflags and comment fixups
Diffstat (limited to 'make/ext2root.mk')
-rw-r--r-- | make/ext2root.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/ext2root.mk b/make/ext2root.mk index ad0dd1db5..bcc7b6e46 100644 --- a/make/ext2root.mk +++ b/make/ext2root.mk @@ -17,7 +17,8 @@ $(GENEXT2_DIR): $(DL_DIR)/$(GENEXT2_SOURCE) $(GENEXT2_PATCH) cat $(GENEXT2_PATCH) | patch -p1 -d $(GENEXT2_DIR) $(GENEXT2_DIR)/genext2fs: $(GENEXT2_DIR) - $(MAKE) CFLAGS="-Wall -O2 -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64" -C $(GENEXT2_DIR); + $(MAKE) CFLAGS="Wall -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE \ + -D_FILE_OFFSET_BITS=64" -C $(GENEXT2_DIR); touch -c $(GENEXT2_DIR)/genext2fs genext2fs: $(GENEXT2_DIR)/genext2fs |