Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
55daa695
Commit
55daa695
authored
Mar 14, 2001
by
rrt
Browse files
[project @ 2001-03-14 10:14:13 by rrt]
Don't use /tmp.
parent
075f14ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
55daa695
...
...
@@ -275,7 +275,7 @@ dist ::
# Automatic generation of a MANIFEST file for a source distribution
# tree that is ready to go.
dist-manifest
::
cd
$(SRC_DIST_DIR)
;
$(FIND)
.
\(
-type
l
-o
-type
f
\)
-exec
ls
-lLG
{}
\;
|
sed
-e
's/\.\///'
>
/tmp/
MANIFEST
;
mv
/tmp/
MANIFEST MANIFEST
cd
$(SRC_DIST_DIR)
;
$(FIND)
.
\(
-type
l
-o
-type
f
\)
-exec
ls
-lLG
{}
\;
|
sed
-e
's/\.\///'
>
MANIFEST
.tmp
;
mv
MANIFEST
.tmp
MANIFEST
dist-package
::
dist-package-tar-gz
...
...
Write
Preview
Supports
Markdown
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