Changeset 940cac0 in mainline for Makefile


Ignore:
Timestamp:
2005-12-07T17:17:20Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4acac843
Parents:
54257ba
Message:

better way of placing revision, timestamp and arch in banner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r54257ba r940cac0  
    5050AFLAGS =
    5151
    52 ifdef TAG
    53         DEFS += "-DTAG=\"$(TAG)\""
     52ifdef REVISION
     53        DEFS += "-DREVISION=\"$(REVISION)\""
     54endif
     55
     56ifdef TIMESTAMP
     57        DEFS += "-DTIMESTAMP=\"$(TIMESTAMP)\""
    5458endif
    5559
     
    139143GENARCH_OBJECTS := $(addsuffix .o,$(basename $(GENARCH_SOURCES)))
    140144
    141 .PHONY: all clean config links depend boot
     145.PHONY: all build clean config links depend boot
    142146
    143147all:
    144148        tools/config.py default
    145         $(MAKE) -C . real_all
    146 
    147 real_all: kernel.bin boot disasm
     149        $(MAKE) -C . build
     150
     151build: kernel.bin boot disasm
    148152
    149153config:
Note: See TracChangeset for help on using the changeset viewer.