X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FGNUmakefile;h=ccb3bb4e65f4f358d217d7a6cd17893034dbec7c;hb=7be8d1462a207bda809cd7553c5d76c6ebc4dda2;hp=7ecee385ebe668c2867ec1097c126be5f9110165;hpb=51da9b6600daac4d8280332f5e2d439cae5e6336;p=sbcl.git diff --git a/src/runtime/GNUmakefile b/src/runtime/GNUmakefile index 7ecee38..ccb3bb4 100644 --- a/src/runtime/GNUmakefile +++ b/src/runtime/GNUmakefile @@ -68,8 +68,10 @@ sbcl.h: $(wildcard genesis/*.h) echo '#include "genesis/config.h"' >sbcl.h echo '#include "genesis/constants.h"' >>sbcl.h +# || true because we don't want the build to break if etags isn't there. +# ...but it's still nice to have it done by default. TAGS tags: $(SRCS) - etags $(SRCS) + etags $(SRCS) || true clean: -rm -f *.[do] $(TARGET) sbcl.nm sbcl.h core *.tmp $(OS_CLEAN_FILES)