Changes in boot/Makefile.common [95d45482:cfdeedc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r95d45482 rcfdeedc 58 58 ifeq ($(PRECHECK),y) 59 59 JOBFILE = $(TOOLS_PATH)/jobfile.py 60 # NOTE: You mustnot change the order of arguments.60 # XXX: Do not change the order of arguments. 61 61 CC_JOB = $(JOBFILE) $(JOB) $(CC) $< -o $@ 62 62 else
Note:
See TracChangeset
for help on using the changeset viewer.