Skip to content

Commit 45085a5

Browse files
committed
testdir38: try 1.
1 parent 3e6f8f0 commit 45085a5

1,470 files changed

Lines changed: 575592 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build-on.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ done
8181
# testdir35: coreutils-9.8
8282
# testdir36: posix_spawn_file_actions_addclose
8383
# testdir37: boot-time, readutmp
84-
cd testdir37 || exit 1
84+
# testdir38: 200 modules
85+
cd testdir38 || exit 1
8586

8687
# Bring the time stamps into an order that will not require autoconf, automake, etc. to run again.
8788
sleep 1; touch `find . -name aclocal.m4 -type f`
@@ -93,7 +94,7 @@ mkdir build
9394
cd build
9495

9596
# Configure.
96-
CPPFLAGS="$CPPFLAGS -DCONTINUE_AFTER_ASSERT" \
97+
CPPFLAGS="$CPPFLAGS -DCONTINUE_AFTER_ASSERT -Wshadow=local" \
9798
FORCE_UNSAFE_CONFIGURE=1 ../configure --config-cache --with-included-libunistring $configure_options > log1 2>&1; rc=$?; cat log1; test $rc = 0 || exit 1
9899

99100
# Build.

testdir38/Makefile.am

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Process this file with automake to produce Makefile.in.
2+
3+
AUTOMAKE_OPTIONS = 1.14 foreign
4+
5+
SUBDIRS = gllib glm4
6+
7+
ACLOCAL_AMFLAGS = -I glm4

testdir38/Makefile.in

Lines changed: 3160 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)