Skip to content

Commit c6cfa90

Browse files
committed
---
yaml --- r: 6130 b: refs/heads/master c: 4151a3a h: refs/heads/master v: v3
1 parent 2e36785 commit c6cfa90

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 098cf437617207b5ff7ae643119c97fdfbd4eae9
2+
refs/heads/master: 4151a3a67fe734f9f9270a1cdabc07eb1d99f31a

trunk/configure

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,12 @@ valopt prefix "/usr/local" "set installation prefix"
254254
valopt llvm-root "" "set llvm root"
255255
valopt target-triples "" "LLVM target triples (defaults to host if unset)"
256256

257+
if [ $HELP -eq 1 ]
258+
then
259+
echo ""
260+
exit 0
261+
fi
262+
257263
step_msg "writing out basic parameters"
258264
putvar CFG_SRC_DIR
259265
putvar CFG_BUILD_DIR

0 commit comments

Comments
 (0)