Add testsudoers to default build target if --with-devel

Don't clean generated parser files unless "distclean".
This commit is contained in:
Todd C. Miller
1999-08-17 14:29:28 +00:00
parent b28ac86ab8
commit 3ad8fe164a
3 changed files with 373 additions and 371 deletions

View File

@@ -306,7 +306,7 @@ TAGS: $(SRCS)
clean: clean:
-rm -f *.o $(PROGS) testsudoers core sudo.core visudo.core \ -rm -f *.o $(PROGS) testsudoers core sudo.core visudo.core \
testsudoers.core $(PARSESRCS) testsudoers.core
mostlyclean: clean mostlyclean: clean

741
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -143,6 +143,7 @@ esac])
AC_ARG_WITH(devel, [ --with-devel add developement options], AC_ARG_WITH(devel, [ --with-devel add developement options],
[case $with_devel in [case $with_devel in
yes) echo 'Setting up for developement: -Wall, flex, yacc' yes) echo 'Setting up for developement: -Wall, flex, yacc'
PROGS="${PROGS} testsudoers"
DEV="" DEV=""
;; ;;
no) ;; no) ;;