]> andersk Git - splint.git/commitdiff
*** empty log message ***
authordrl7x <drl7x>
Wed, 9 Jan 2002 11:15:44 +0000 (11:15 +0000)
committerdrl7x <drl7x>
Wed, 9 Jan 2002 11:15:44 +0000 (11:15 +0000)
doc/manual.doc
test/db1/Makefile
test/db3/Makefile

index f6d2a7e7ec0304c9560e8c72600f15c4b9d1c164..d4533a81bdd5861699c6ac66969134e3154daabb 100644 (file)
Binary files a/doc/manual.doc and b/doc/manual.doc differ
index f8cb818713b9668064eaced464827b8e5d7ca23d..819c7835bb89df4ca9af59086b1e160c231a4fc6 100644 (file)
@@ -51,10 +51,10 @@ check: $(LCSFILES)
 ###
 
 clean: tidy
-       -@rm -f *.c.html *.lcl.html *.h.html *.lh.html *.lcs *.lh >& /dev/null
+       -@rm -f *.c.html *.lcl.html *.h.html *.lh.html *.lcs *.lh 1> /dev/null
 
 tidy:
-       -@rm -f ,* .,* *.CKP *.BAK .emacs_[0-9]* core a.out *.*~ *~ *.o drive >& /dev/null
+       -@rm -f ,* .,* *.CKP *.BAK .emacs_[0-9]* core a.out *.*~ *~ *.o drive 1>& /dev/null
 
 ### The following dependencies ensure that imported LCL specs 
 ### are checked before the specs that import them.
index c0b4c160ef137128760d564051a27d548a3a2e86..48118f81c5f61b78d25afcd973f0dc9546493b5e 100644 (file)
@@ -18,7 +18,6 @@ MODULES = employee eref empset ereftab erc dbase drive.c bool.lcl check.lcl
 OBJS = dbase.o employee.o empset.o erc.o eref.o ereftab.o 
 
 test: 
-       @$(MAKE) -e clean
        @$(MAKE) -e check
 
 ### Note there is a .splint file used for checking!
This page took 0.216805 seconds and 5 git commands to generate.