bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RFC: Default output destination


From: Akim Demaille
Subject: RFC: Default output destination
Date: 02 Oct 2000 16:34:37 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

Hi People,

I consider this to be a bug in bison:

/tmp % mkdir src                                                 nostromo 16:31
/tmp % cp ~/src/bison/tests/calc.y src                           nostromo 16:31
/tmp % mkdir build && cd build                                   nostromo 16:31
/tmp/build % bison ../src/calc.y                                 nostromo 16:31
/tmp/build % cd ..                                               nostromo 16:31
/tmp % ls -l build src                                           nostromo 16:31
build:
total 0

src:
total 32
-rw-r--r--    1 akim     lrde        27553 oct  2 16:31 calc.tab.c
-rw-r--r--    1 akim     lrde         3335 oct  2 16:31 calc.y


Would it be safe to change this behavior to something more reasonable?
Do you think some people depend upon this?

        Akim



reply via email to

[Prev in Thread] Current Thread [Next in Thread]