Changeset aca95f6b in mainline for uspace/init/Makefile


Ignore:
Timestamp:
2006-11-24T19:27:09Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
22f851e
Parents:
44d0758
Message:

add version to init and boot loader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/init/Makefile

    r44d0758 raca95f6b  
    2727#
    2828
     29include ../../version
     30include ../Makefile.config
     31
    2932## Setup toolchain
    3033#
     
    3740
    3841LIBS = $(LIBC_PREFIX)/libc.a
     42DEFS += -DRELEASE=\"$(RELEASE)\"
     43
     44ifdef REVISION
     45        DEFS += "-DREVISION=\"$(REVISION)\""
     46endif
     47
     48ifdef TIMESTAMP
     49        DEFS += "-DTIMESTAMP=\"$(TIMESTAMP)\""
     50endif
    3951
    4052## Sources
Note: See TracChangeset for help on using the changeset viewer.