Changeset 4045 for libcaca/trunk/test/check-build
- Timestamp:
- Nov 26, 2009, 2:34:17 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/check-build
r3995 r4045 30 30 for dir in caca src cxx examples ruby tools; do 31 31 pushd ../$dir >/dev/null 32 # Dirty hack to print the $(SOURCES) variable 33 for x in $(make -s ID SHELL='echo @@$(SOURCES)@@' | tr -d '\n' | sed 's/.*@@\([^@]*\)@@.*/\1/'); 34 do 32 for x in $(make echo-sources); do 35 33 if grep '[[:space:]]$' "$x" >/dev/null 2>&1; then 36 34 echo "error: $dir/$x contains trailing spaces"
Note: See TracChangeset
for help on using the changeset viewer.