From 763f27f6bdec4ec519ebb45a11cd56b390f571f1 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Tue, 27 Aug 2002 14:03:55 +0000 Subject: launch make in cron-sh to check shell script syntax --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5da2420..6b49d31 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ RELEASE := $(shell grep 'Release:' $(PACKAGE).spec| cut -f 2) TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') all: promisc_check msec_find python + make -C cron-sh clean: -find . -name '*.o' -o -name '*.py[oc]' -o -name '*~' | xargs rm -f -- cgit v1.2.1