mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:13:13 -06:00
Unix Build Tweaks
Small stuff. Mostly just gets the make diff mechanism working again. Not sure if anyone actually uses it though.
This commit is contained in:
@@ -166,7 +166,7 @@ ifneq ($(DIFFTO),)
|
||||
@for dir in $(SUBDIRS) ; do \
|
||||
( echo "diff in $(HERE)/$$dir" ; cd "$$dir" ; make diff ) ; \
|
||||
done
|
||||
@for i in $(OBJECTS) $(MOREDIFF) ; do \
|
||||
@for i in $(filter-out $(NODIFF),$(OBJECTS) $(MOREDIFF)) ; do \
|
||||
sf=$$($(CASEFN) $$i) ; \
|
||||
df=$$($(CASEFN) $(DIFFPATH)/$$i) ; \
|
||||
if [ -f "$$df" -a -f "$$sf" ] ; then \
|
||||
@@ -187,5 +187,6 @@ ifneq ($(DIFFTO),)
|
||||
done
|
||||
endif
|
||||
|
||||
|
||||
vdiff:
|
||||
make VERBOSEDIFF=2 diff
|
||||
|
||||
Reference in New Issue
Block a user