diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-20 22:32:23 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-20 22:32:23 +0000 |
| commit | afed9a17224ab28788b3f64008c13ce18c1ca914 (patch) | |
| tree | e334a7c82519cdb0666a78cba004b7b70113a40a /lib/puppet/parser/makefile | |
| parent | e88bf774d53911a8e30ed52f0a4685d382d56d91 (diff) | |
| download | puppet-afed9a17224ab28788b3f64008c13ce18c1ca914.tar.gz puppet-afed9a17224ab28788b3f64008c13ce18c1ca914.tar.xz puppet-afed9a17224ab28788b3f64008c13ce18c1ca914.zip | |
adding an extra make target for debugging, rather than defaulting to always creating the debug file
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1637 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/parser/makefile')
| -rw-r--r-- | lib/puppet/parser/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/puppet/parser/makefile b/lib/puppet/parser/makefile index 9ec6265de..c4911d097 100644 --- a/lib/puppet/parser/makefile +++ b/lib/puppet/parser/makefile @@ -2,4 +2,7 @@ # ryacc --output parser grammar parser.rb: grammar.ra + racc -o$@ grammar.ra + +grammar.output: grammar.ra racc -v -o$@ grammar.ra |
