Corrected lintlib entry
This commit is contained in:
parent
60b9ebe0d3
commit
d747702ae9
|
@ -24,7 +24,9 @@
|
||||||
|
|
||||||
|
|
||||||
STATIC bool report_flag = FALSE; /* report #optimizations found? */
|
STATIC bool report_flag = FALSE; /* report #optimizations found? */
|
||||||
|
#ifdef DEBUG
|
||||||
STATIC bool core_flag = FALSE; /* report core usage? */
|
STATIC bool core_flag = FALSE; /* report core usage? */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
STATIC mach_init(machfile,phase_machinit)
|
STATIC mach_init(machfile,phase_machinit)
|
||||||
|
@ -79,7 +81,9 @@ go(argc,argv,initialize,optimize,phase_machinit,proc_flag)
|
||||||
mach_init(p,phase_machinit);
|
mach_init(p,phase_machinit);
|
||||||
break;
|
break;
|
||||||
case 'C':
|
case 'C':
|
||||||
|
#ifdef DEBUG
|
||||||
core_flag = TRUE;
|
core_flag = TRUE;
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
case 'Q':
|
case 'Q':
|
||||||
report_flag = TRUE;
|
report_flag = TRUE;
|
||||||
|
|
|
@ -96,7 +96,7 @@ opr:
|
||||||
clean:
|
clean:
|
||||||
rm -f makeclassdef classdefs.h *.$(SUF) Out out nohup.out *.$(LIBSUF)
|
rm -f makeclassdef classdefs.h *.$(SUF) Out out nohup.out *.$(LIBSUF)
|
||||||
|
|
||||||
lintlib:
|
lintlib: classdefs.h
|
||||||
-mkdir $(TARGET_HOME)/lib.bin/ego
|
-mkdir $(TARGET_HOME)/lib.bin/ego
|
||||||
$(MK_LINT_LIB) share $(TARGET_HOME)/lib.bin/ego $(CPPFLAGS) $(CFILES)
|
$(MK_LINT_LIB) share $(TARGET_HOME)/lib.bin/ego $(CPPFLAGS) $(CFILES)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue