Changes in uspace/Makefile.common [95d45482:e344422] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r95d45482 re344422 275 275 ifeq ($(PRECHECK),y) 276 276 JOBFILE = $(LIBC_PREFIX)/../../../tools/jobfile.py 277 # NOTE: You mustnot change the order of arguments.277 # XXX: Do not change the order of arguments. 278 278 CC_JOB = $(JOBFILE) $(JOB) $(CC) $< -o $@ 279 279 CXX_JOB = $(JOBFILE) $(JOB) $(CXX) $< -o $@
Note:
See TracChangeset
for help on using the changeset viewer.