Source-Changes-D archive

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

Re: CVS commit: src/tests/util/make



On 12/3/10 1:29 AM, Christos Zoulas wrote:
Module Name:    src
Committed By:   christos
Date:           Fri Dec  3 01:29:55 UTC 2010

Modified Files:
        src/tests/util/make: Makefile t_make.sh
Added Files:
        src/tests/util/make: d_unmatchedvarparen.mk d_unmatchedvarparen.out

Log Message:
Add a new test for the latest variable expansion problem.
- Cannot test because make test prints:
   .: Can't open /usr/share/atf/atf.header.subr
- The shell script common code needs to be fixed to follow regular shell
   style.
   - variables are underquoted
   - uses `` instead of $()
   - does not use local for local variables, prefixes with undescore
   - needlessly uses braces for numeric and symbolic variables.
   - uses a fifo to grab output, and does not clean it up properly on error
   - should not exit with>  127 !!!
=======  2 extra files in DESTDIR  =========
Files in DESTDIR but missing from flist.
File is obsolete or flist is out of date ?
------------------------------------------
./usr/tests/util/make/d_unmatchedvarparen.mk
./usr/tests/util/make/d_unmatchedvarparen.out
=========  end of 2 extra files  ===========



Home | Main Index | Thread Index | Old Index