Changeset aca95f6b in mainline for uspace/init/Makefile
- Timestamp:
- 2006-11-24T19:27:09Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 22f851e
- Parents:
- 44d0758
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/init/Makefile
r44d0758 raca95f6b 27 27 # 28 28 29 include ../../version 30 include ../Makefile.config 31 29 32 ## Setup toolchain 30 33 # … … 37 40 38 41 LIBS = $(LIBC_PREFIX)/libc.a 42 DEFS += -DRELEASE=\"$(RELEASE)\" 43 44 ifdef REVISION 45 DEFS += "-DREVISION=\"$(REVISION)\"" 46 endif 47 48 ifdef TIMESTAMP 49 DEFS += "-DTIMESTAMP=\"$(TIMESTAMP)\"" 50 endif 39 51 40 52 ## Sources
Note:
See TracChangeset
for help on using the changeset viewer.