main.old is not always present, so ignore exit status of 'size main.old'
This commit is contained in:
parent
36fb149236
commit
c09e4ced7e
|
@ -168,7 +168,7 @@ Xlint:
|
||||||
$(CURRDIR)main: $(OBJ) $(CURRDIR)Makefile
|
$(CURRDIR)main: $(OBJ) $(CURRDIR)Makefile
|
||||||
-mv $(CURRDIR)main $(CURRDIR)main.old
|
-mv $(CURRDIR)main $(CURRDIR)main.old
|
||||||
$(CC) $(LDFLAGS) $(OBJ) $(OLIBS) -o $(CURRDIR)main
|
$(CC) $(LDFLAGS) $(OBJ) $(OLIBS) -o $(CURRDIR)main
|
||||||
size $(CURRDIR)main.old
|
-size $(CURRDIR)main.old
|
||||||
size $(CURRDIR)main
|
size $(CURRDIR)main
|
||||||
|
|
||||||
$(CURRDIR)omain: $(OBJ) #$(CURRDIR)Makefile
|
$(CURRDIR)omain: $(OBJ) #$(CURRDIR)Makefile
|
||||||
|
|
Loading…
Reference in a new issue