Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
nofib
Commits
37236c0e
Commit
37236c0e
authored
Sep 03, 1997
by
sof
Browse files
[project @ 1997-09-03 23:14:35 by sof]
Added nofib-dist-pre rule for setting up nofib src distrib tree
parent
0056c7fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/target.mk
View file @
37236c0e
...
...
@@ -8,6 +8,13 @@
# Only do this in leaf directories (important, this)
nofib-dist-pre
::
-
rm
-rf
$(SRC_DIST_DIR)
-
rm
-f
$(SRC_DIST_NAME)
.tar.gz
(
cd
$(FPTOOLS_TOP_ABS)
/nofib
;
find
$(SRC_DIST_DIRS)
-type
d
\(
-name
CVS
-prune
-o
-name
SRC
-prune
-o
-name
tests
-prune
-o
-exec
$(MKDIRHIER)
$(SRC_DIST_DIR)
/
{}
\;
\)
;
)
(
cd
$(FPTOOLS_TOP_ABS)
/nofib
;
find
$(SRC_DIST_DIRS)
-name
CVS
-prune
-o
-name
SRC
-prune
-o
-name
tests
-prune
-o
-name
"*~"
-prune
-o
-name
".cvsignore"
-prune
-o
-type
l
-exec
$(LN_S)
$(FPTOOLS_TOP_ABS)
/nofib/
{}
$(SRC_DIST_DIR)
/
{}
\;
)
ifeq
"$(SUBDIRS)" ""
all
::
@
echo
HC
=
$(HC)
...
...
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