Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6e99ef20
Commit
6e99ef20
authored
Sep 26, 2011
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* make-dist: Add lib/makefile.w32-in.
parent
ab22a8a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ChangeLog
ChangeLog
+4
-0
make-dist
make-dist
+1
-1
No files found.
ChangeLog
View file @
6e99ef20
2011-09-26 Glenn Morris <rgm@gnu.org>
* make-dist: Add lib/makefile.w32-in.
2011-09-24 Glenn Morris <rgm@gnu.org>
* configure.in (CRT_DIR): Fix netbsd/openbsd handling.
...
...
make-dist
View file @
6e99ef20
...
...
@@ -383,7 +383,7 @@ echo "Making links to \`lib'"
(
snippet_h
=
`
(
cd
build-aux/snippet
&&
ls
*
.h
)
`
cd
lib
ln
[
a-zA-Z]
*
.[ch] ../
${
tempdir
}
/lib
ln
gnulib.mk Makefile.am Makefile.in ../
${
tempdir
}
/lib
ln
gnulib.mk Makefile.am Makefile.in
makefile.w32-in
../
${
tempdir
}
/lib
cd
../
${
tempdir
}
/lib
script
=
'/[*]/d; s/\.in\.h$/.h/'
rm
-f
`
(
echo
"
$snippet_h
"
;
ls
*
.in.h
)
|
sed
"
$script
"
`
)
...
...
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