Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
5b1cb8ac
Commit
5b1cb8ac
authored
Dec 22, 2000
by
Niels Möller
Browse files
*** empty log message ***
Rev: misc/bootstrap-build.sh:1.1 Rev: misc/bootstrap.sh:1.4
parent
df08839d
Changes
2
Hide whitespace changes
Inline
Side-by-side
misc/bootstrap-build.sh
0 → 100755
View file @
5b1cb8ac
#! /bin/sh
# Build all automatically generated files that are not present in the
# CVS repository.
# This script is for use in the build directory, after you have run
# configure to create the needed Makefiles.
(
cd
src
&&
for
f
in
*
.h
*
.c
;
do
make
$f
.x
;
done
)
rm
-f
src/
*
.xT
(
cd
src
&&
make atoms_defines.h atoms_gperf.c atoms_table.c
\
prime_table.h sexp_table.h digit_table.h packet_types.h
)
misc/bootstrap.sh
View file @
5b1cb8ac
#! /bin/sh
# Build all automatically generated files that are not present in the
# CVS repository.
# This script is for use in the source directory, before you run
# configure. To get started from a fresh CVS checkout, you also need
# to run configure and bootstrap-build from your build directory.
set
-e
bash make_am
aclocal
...
...
@@ -10,8 +17,3 @@ autoconf
(
cd
src/argp
&&
autoheader
)
automake
-a
./configure
(
cd
src
&&
for
f
in
*
.h
*
.c
;
do
make
$f
.x
;
done
)
rm
-f
src/
*
.xT
(
cd
src
&&
make atoms_defines.h atoms_gperf.c atoms_table.c
\
prime_table.h sexp_table.h digit_table.h packet_types.h
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment