Changeset 1676 for trunk/packages/initramfs/Makefile
- Timestamp:
- 07/26/06 07:21:30 (2 years ago)
- Files:
-
- 1 modified
-
trunk/packages/initramfs/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/initramfs/Makefile
r1571 r1676 56 56 57 57 init: 58 gcc $@.c -o $@ -static -ldevmapper -Os -s -Wall -DVOLUME_ID=\"lfslivecd-$(VERSION)\" 58 gcc $@.c -o $@ -static -ldevmapper -Os -s -Wall -DVOLUME_ID=\"lfslivecd-$(VERSION)\" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 59 59 60 60 clean:
