Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2ed56345
Commit
2ed56345
authored
Jun 01, 1993
by
Richard M. Stallman
Browse files
Update getdate.c.
Copy config.guess.
parent
19b08de9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
make-dist
make-dist
+5
-1
No files found.
make-dist
View file @
2ed56345
...
...
@@ -104,6 +104,9 @@ if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then
autoconf
fi
### Update getdate.c.
(cd lib-src; make -f Makefile.in getdate.c)
echo "
Creating staging directory:
\`
${
tempparent
}
'"
mkdir ${tempparent}
emacsname="emacs-${version}${new_extension}"
...
...
@@ -126,8 +129,9 @@ echo "Making links to top-level files."
ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change
${
tempdir
}
ln ChangeLog Makefile.in build-install.in configure configure.in
${
tempdir
}
ln make-dist
${
tempdir
}
### Copy config.
sub; it's a
cross-filesystem symlink.
### Copy config.
guess and config.sub; they're
cross-filesystem symlink
s
.
cp config.sub
${
tempdir
}
cp config.guess
${
tempdir
}
echo "
Updating version number
in
README.
"
(cd
${
tempdir
}
...
...
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