Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alberta3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
ians-nmh-siebert
alberta
alberta3
Commits
0316e839
Commit
0316e839
authored
21 years ago
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Simplify for brain-dead make programs.
parent
4cf283bd
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
Makefile.am
+4
-6
4 additions, 6 deletions
Makefile.am
with
4 additions
and
6 deletions
Makefile.am
+
4
−
6
View file @
0316e839
...
@@ -23,18 +23,16 @@ pkgdata_DATA = $(DEMO).tar.gz
...
@@ -23,18 +23,16 @@ pkgdata_DATA = $(DEMO).tar.gz
demo-tarball
:
$(DEMO).tar.gz
demo-tarball
:
$(DEMO).tar.gz
$(DEMO).tar.gz
:
$(DEMO).tar
$(DEMO).tar.gz
:
$(DEMO)
$(
GZIP
)
-9
$<
$(
TAR
)
cf -
$(
DEMO
)
|
$(
GZIP
)
-9
>
$@
$(DEMO).tar
:
$(DEMO)
$(
TAR
)
-cf
$@
$<
$(DEMO)
:
DEMO
$(DEMO)
:
DEMO
mkdir
$@
;
cd
$@
;
\
mkdir
$@
;
cd
$@
;
\
(
cd
../DEMO
;
$(
TAR
)
cf -
.
)
|
$(
TAR
)
xf -
(
cd
../DEMO
;
$(
TAR
)
cf -
.
)
|
$(
TAR
)
xf -
clean-local
:
clean-local
:
rm
-rf
$(
DEMO
)
-
rm
-rf
$(
DEMO
)
-
rm
-f
$(
DEMO
)
.tar.gz
if
MAINTAINER_MODE
if
MAINTAINER_MODE
# This target only makes sense for maintainers!!
# This target only makes sense for maintainers!!
...
...
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