Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r95d45482 re344422  
    275275ifeq ($(PRECHECK),y)
    276276        JOBFILE = $(LIBC_PREFIX)/../../../tools/jobfile.py
    277         # NOTE: You must not change the order of arguments.
     277        # XXX: Do not change the order of arguments.
    278278        CC_JOB = $(JOBFILE) $(JOB) $(CC) $< -o $@
    279279        CXX_JOB = $(JOBFILE) $(JOB) $(CXX) $< -o $@
Note: See TracChangeset for help on using the changeset viewer.