Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cnidaria
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aflitos, Saulo Alves
cnidaria
Commits
d4ccc16b
Commit
d4ccc16b
authored
9 years ago
by
sauloal
Browse files
Options
Downloads
Patches
Plain Diff
arggggg
parent
8443ea91
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/Makefile
+4
-4
4 additions, 4 deletions
test/Makefile
with
4 additions
and
4 deletions
test/Makefile
+
4
−
4
View file @
d4ccc16b
...
@@ -47,12 +47,12 @@ endif
...
@@ -47,12 +47,12 @@ endif
PIGZ
:=
$(
shell which pigz &>/dev/null
)
PIGZ
:=
$(
shell which pigz &>/dev/null
)
ifdef
PIGZ
ifdef
PIGZ
$(info
USING
PIGZ
$(PIGZ))
$(info
USING
PIGZ
$(PIGZ))
COMPRESS
=
pigz
-
k
1
COMPRESS
=
pigz
-
-keep
-
1
DECOMPRESS
=
pigz
-
kdc
DECOMPRESS
=
pigz
-
-keep
--stdout
--decompress
else
else
$(info
USING
GZIP
$(PIGZ))
$(info
USING
GZIP
$(PIGZ))
COMPRESS
=
gzip
-1
COMPRESS
=
gzip
--stdout
-1
DECOMPRESS
=
gunzip
-
kdc
DECOMPRESS
=
gunzip
-
-keep
--stdout
endif
endif
...
...
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