Changes in boot/arch/sparc64/loader/Makefile.build [8786aa5:81235588] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/loader/Makefile.build
r8786aa5 r81235588 77 77 %.o: %.S $(DEPEND) 78 78 $(CC) $(DEFS) $(CFLAGS) -D__ASM__ -c $< -o $@ 79 ifeq ($(PRECHECK),y)80 $(JOBFILE) $(JOB) $< $@ as asm/preproc $(DEFS) $(CFLAGS) -D__ASM__81 endif82 79 83 80 %.o: %.c $(DEPEND) 84 81 $(CC) $(DEFS) $(CFLAGS) -c $< -o $@ 85 ifeq ($(PRECHECK),y)86 $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS)87 endif88 82 89 83 $(DEPEND):
Note:
See TracChangeset
for help on using the changeset viewer.