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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ians-nmh-siebert
alberta
alberta3
Commits
2180eed4
Commit
2180eed4
authored
May 13, 2007
by
Claus-Justus Heine
Browse files
Options
Downloads
Patches
Plain Diff
Do a "make realclean" before packing the demo-sources.
parent
269fd868
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.am
+3
-2
3 additions, 2 deletions
Makefile.am
with
3 additions
and
2 deletions
Makefile.am
+
3
−
2
View file @
2180eed4
...
@@ -16,7 +16,7 @@ pkglibexec_SCRIPTS = libtool
...
@@ -16,7 +16,7 @@ pkglibexec_SCRIPTS = libtool
endif
endif
#
#
# Install the code for the ALBERTA libs. This is useful
if
when making an
# Install the code for the ALBERTA libs. This is useful when making an
# rpm package including debug libs.
# rpm package including debug libs.
#
#
...
@@ -39,7 +39,7 @@ demo-tarball: $(DEMO).tar.gz
...
@@ -39,7 +39,7 @@ demo-tarball: $(DEMO).tar.gz
$(DEMO).tar.gz
:
$(DEMO)
$(DEMO).tar.gz
:
$(DEMO)
$(
TAR_PROGRAM
)
cf -
$(
DEMO
)
|
$(
GZIP_PROGRAM
)
-9
>
$@
$(
TAR_PROGRAM
)
cf -
$(
DEMO
)
|
$(
GZIP_PROGRAM
)
-9
>
$@
demo
:
@DEMOSOURCES@ $(top_builddir)/config.status
demo
:
@DEMOSOURCES@ $(top_builddir)/config.status
$(top_builddir)/Makefile
echo
$?
echo
$?
@
case
'$?'
in
\
@
case
'$?'
in
\
*
config.status
*
)
\
*
config.status
*
)
\
...
@@ -57,6 +57,7 @@ $(DEMO): demo
...
@@ -57,6 +57,7 @@ $(DEMO): demo
for
i
in
`
find
$@
-name
".svn"
`
;
do
rm
-rf
$$
i
;
done
for
i
in
`
find
$@
-name
".svn"
`
;
do
rm
-rf
$$
i
;
done
for
i
in
`
find
$@
-name
".libs"
`
;
do
rm
-rf
$$
i
;
done
for
i
in
`
find
$@
-name
".libs"
`
;
do
rm
-rf
$$
i
;
done
rm
-f
$@
/src/[0-9]d/Makefile.in
rm
-f
$@
/src/[0-9]d/Makefile.in
for
i
in
$@
/src/[0-9]d/
;
do
(
cd
$$
i
;
make realclean
)
;
done
clean-local
:
clean-local
:
-
rm
-rf
$(
DEMO
)
-
rm
-rf
$(
DEMO
)
...
...
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