r22307: when no lex or yacc is found:
commit10ed5c39692ff4a6b61ec9c6d046b2ee2202fc02
authorStefan Metzmacher <metze@samba.org>
Tue, 17 Apr 2007 13:48:12 +0000 (17 13:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:51:00 +0000 (10 14:51 -0500)
treeeb877e49436099a029436deb36ceef129ec3ddff
parent44e1459373821adf4ed41a814a1be238442e37fb
r22307: when no lex or yacc is found:
- just touch $DEST if it's already there and newer than $SRC
- touch $DEST if it's already there but older than $SRC and print warnings
  to stderr
- otherwise return an error

when lex or yacc is found:
- just touch $DEST if it's already there and newer than $SRC
- otherwise regenerate $DEST from $SRC using lex or yacc

I don't like that every 'make' tries to regenerate because the timestamp
of $DEST is never updated...

metze
source/script/lex_compile.sh
source/script/yacc_compile.sh