Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
time
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rinat Striungis
time
Commits
ccd06090
Commit
ccd06090
authored
10 years ago
by
Ashley Yakeley
Browse files
Options
Downloads
Patches
Plain Diff
test sdist
parent
80a554c3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
Makefile
+9
-2
9 additions, 2 deletions
Makefile
with
10 additions
and
2 deletions
.gitignore
+
1
−
0
View file @
ccd06090
...
@@ -7,3 +7,4 @@ dist-install
...
@@ -7,3 +7,4 @@ dist-install
ghc.mk
ghc.mk
lib/include/HsTimeConfig.h
lib/include/HsTimeConfig.h
lib/include/HsTimeConfig.h.in
lib/include/HsTimeConfig.h.in
test-sdist
This diff is collapsed.
Click to expand it.
Makefile
+
9
−
2
View file @
ccd06090
default
:
clean test install sdist
default
:
clean test install
test-
sdist
# Building
# Building
clean
:
clean
:
rm
-rf
test-sdist
cabal clean
cabal clean
configure
:
configure
:
...
@@ -26,7 +27,13 @@ install:
...
@@ -26,7 +27,13 @@ install:
sdist
:
clean configure
sdist
:
clean configure
cabal sdist
cabal sdist
test-sdist
:
sdist
mkdir
-p
test-sdist
tar
-C
test-sdist
-z
-x
-f
dist/time-1.5.1.tar.gz
cp
Makefile test-sdist/time-1.5.1/
cd
test-sdist/time-1.5.1
&&
make
test
# switch off intermediate file deletion
# switch off intermediate file deletion
.SECONDARY
:
.SECONDARY
:
.PHONY
:
default clean configure build haddock copy install test sdist
.PHONY
:
default clean configure build haddock copy install test sdist
test-sdist
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment