Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSH
lsh
Commits
ad0de159
Commit
ad0de159
authored
Jun 4, 2013
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
.bootstrap: Deleted references to the deleted src/nettle subdirectory.
parent
f7ddbdb1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.bootstrap
+8
-19
8 additions, 19 deletions
.bootstrap
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
with
13 additions
and
19 deletions
.bootstrap
+
8
−
19
View file @
ad0de159
#! /bin/sh
# Build all automatically generated files that are not present in the
#
CVS
repository.
# 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
# configure. To get started from a fresh checkout, you also need
# to run configure and make bootstrap from your build directory.
set
-e
...
...
@@ -28,7 +28,6 @@ relative_symlink() {
relative_symlink misc/run-tests
\
src/testsuite src/argp/testsuite
\
src/nettle/testsuite src/nettle/examples
\
src/sftp/testsuite src/spki/testsuite
relative_symlink acinclude.m4
\
...
...
@@ -37,29 +36,19 @@ relative_symlink acinclude.m4 \
relative_symlink misc/vsnprintf.c
\
src/argp src/sftp
relative_symlink misc/getopt.c
\
src/nettle/examples src/nettle/tools src/spki/tools
relative_symlink misc/getopt1.c
\
src/nettle/examples src/nettle/tools src/spki/tools
relative_symlink misc/getopt.h
\
src/nettle/examples src/nettle/tools src/spki/tools
relative_symlink misc/getopt.c src/spki/tools
relative_symlink misc/getopt1.c src/spki/tools
relative_symlink misc/getopt.h src/spki/tools
(
cd
src/nettle
&&
ln
-s
../../acinclude.m4 aclocal.m4
||
true
)
relative_symlink config.guess src/nettle src/spki
relative_symlink config.sub src/nettle src/spki
relative_symlink install-sh src/nettle
relative_symlink texinfo.tex src/nettle
relative_symlink INSTALL src/nettle
relative_symlink COPYING src/nettle
relative_symlink config.guess src/spki
relative_symlink config.sub src/spki
if
[
"
$1
"
=
"links"
]
;
then
# Skip the time consuming autoconf and automake stuff
exit
0
;
fi
for
subdir
in
src/argp
src/nettle
src/sftp src/spki
;
do
for
subdir
in
src/argp src/sftp src/spki
;
do
(
cd
$subdir
&&
./.bootstrap
)
done
...
...
This diff is collapsed.
Click to expand it.
ChangeLog
+
5
−
0
View file @
ad0de159
2013-06-04 Niels Mller <nisse@lysator.liu.se>
* .bootstrap: Deleted obsolete references to the deleted
src/nettle subdirectory. Spotted by David Michael.
2013-04-22 Niels Mller <nisse@lysator.liu.se>
From master branch (2011-05-02):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment