Changes in uspace/Makefile.common [e344422:95d45482] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
re344422 r95d45482 275 275 ifeq ($(PRECHECK),y) 276 276 JOBFILE = $(LIBC_PREFIX)/../../../tools/jobfile.py 277 # XXX: Donot change the order of arguments.277 # NOTE: You must 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.