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
jberryman
GHC
Commits
fe1fb2f2
Commit
fe1fb2f2
authored
Jun 19, 2002
by
simonmar
Browse files
[project @ 2002-06-19 13:38:36 by simonmar]
Include directories called 'tests' in source distributions
parent
40891891
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
fe1fb2f2
...
...
@@ -269,7 +269,7 @@ dist ::
mkdir
$(SRC_DIST_DIR)
mkdir
$(SRC_DIST_DIR)
/mk
(
cd
$(FPTOOLS_TOP_ABS)
;
$(FIND)
$(SRC_DIST_DIRS)
-type
d
\(
-name
CVS
-prune
-o
-name
SRC
-prune
-o
-print
\)
|
sed
-e
's!.*!mkdir "
$(SRC_DIST_DIR)
/&"!'
| sh
)
(
cd
$(FPTOOLS_TOP_ABS)
;
$(FIND)
$(SRC_DIST_DIRS)
$(SRC_DIST_FILES)
-name
CVS
-prune
-o
-name
SRC
-prune
-o
-name
tests
-prune
-o
-name
"*~"
-prune
-o
-name
".cvsignore"
-prune
-o
-name
"
\#
*"
-prune
-o
-name
".
\#
*"
-prune
-o
-name
"log"
-prune
-o
-name
"*-SAVE"
-prune
-o
-name
"*.orig"
-prune
-o
-name
"*.rej"
-prune
-o
!
-type
d
-print
|
sed
-e
's!.*!
$(LN_S)
"
$(FPTOOLS_TOP_ABS)
/&" "
$(SRC_DIST_DIR)
/&"!'
| sh
)
(
cd
$(FPTOOLS_TOP_ABS)
;
$(FIND)
$(SRC_DIST_DIRS)
$(SRC_DIST_FILES)
-name
CVS
-prune
-o
-name
SRC
-prune
-o
-name
"*~"
-prune
-o
-name
".cvsignore"
-prune
-o
-name
"
\#
*"
-prune
-o
-name
".
\#
*"
-prune
-o
-name
"log"
-prune
-o
-name
"*-SAVE"
-prune
-o
-name
"*.orig"
-prune
-o
-name
"*.rej"
-prune
-o
!
-type
d
-print
|
sed
-e
's!.*!
$(LN_S)
"
$(FPTOOLS_TOP_ABS)
/&" "
$(SRC_DIST_DIR)
/&"!'
| sh
)
# Automatic generation of a MANIFEST file for a source distribution
# tree that is ready to go.
...
...
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