Changeset 1050
- Timestamp:
- 12/03/08 01:11:40 (5 weeks ago)
- Files:
-
- 1 modified
-
trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1011 r1050 1 1 VERSION=$(shell dpkg-parsechangelog -l$(PKG)/debian/changelog| awk '/^Version/ {print $$2}' | awk -F"-" '{print $$1}') 2 2 ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH) 3 3 4 4 5 SUBDIRS=initramfs-tools-tcos \
