Changeset 5eb5dcf in mainline for uspace/srv/loader/Makefile.build


Ignore:
Timestamp:
2010-01-06T20:56:04Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fccc236
Parents:
002252a (diff), eca2435 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/Makefile.build

    r002252a r5eb5dcf  
    6666%.o: %.c $(DEPEND)
    6767        $(CC) $(DEFS) $(CFLAGS) -c $< -o $@
     68ifeq ($(PRECHECK),y)
     69        $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS)
     70endif
    6871
    6972%.o: %.s $(DEPEND)
    7073        $(AS) $(AFLAGS) $< -o $@
     74ifeq ($(PRECHECK),y)
     75        $(JOBFILE) $(JOB) $< $@ as asm $(DEFS) $(CFLAGS)
     76endif
    7177
    7278$(DEPEND):
Note: See TracChangeset for help on using the changeset viewer.