Results 1 to 2 of 2
Hi all,
After running Makefile, I want the output should print the "$BASH_VERSION" variable's value or the same value if in a any type of file.
Is this possible. Kindly ...
- 06-14-2007 #1
Adding comments in Make file
Hi all,
After running Makefile, I want the output should print the "$BASH_VERSION" variable's value or the same value if in a any type of file.
Is this possible. Kindly help.
thanks-
- 06-15-2007 #2
instead of invoking make from command line...
write a script and invoke make from there and next line echo bash version...
i hope it helps- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------


Reply With Quote