Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakub Panek
aports
Commits
7b2030a0
Commit
7b2030a0
authored
11 years ago
by
Jim Pryor
Committed by
Natanael Copa
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Makefile: remove dist
as discussed in
http://lists.alpinelinux.org/alpine-devel/3122.html
parent
db1314ac
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
+1
-13
1 addition, 13 deletions
Makefile
with
1 addition
and
13 deletions
Makefile
+
1
−
13
View file @
7b2030a0
...
...
@@ -20,8 +20,6 @@ AUTOTOOLS_TOOLCHAIN_FILES := config.sub config.guess
SCRIPT_SOURCES
:=
$(
addsuffix .in,
$(
SCRIPTS
))
DISTFILES
=
$(
SCRIPT_SOURCES
)
$(
SAMPLES
)
Makefile abuild.conf
GIT_REV
:=
$(
shell
test
-d
.git
&&
git describe
||
echo
exported
)
ifneq
($(GIT_REV), exported)
FULL_VERSION
:=
$(
patsubst
$(
PACKAGE
)
-%,%,
$(
GIT_REV
))
...
...
@@ -83,7 +81,6 @@ abuild-tar.static: abuild-tar.o
help
:
@
echo
"
$(
P
)
makefile"
@
echo
"usage: make install [ DESTDIR=<path> ]"
@
echo
" make dist"
install
:
$(USR_BIN_FILES) $(SAMPLES) abuild.conf functions.sh aports.lua
install
-d
$(
DESTDIR
)
/
$(
bindir
)
$(
DESTDIR
)
/
$(
sysconfdir
)
\
...
...
@@ -104,15 +101,6 @@ install: $(USR_BIN_FILES) $(SAMPLES) abuild.conf functions.sh aports.lua
mkdir
-p
$(
DESTDIR
)$(
LUA_SHAREDIR
)
cp
aports.lua
$(
DESTDIR
)$(
LUA_SHAREDIR
)
/
dist
:
$(P).tar.bz2
$(P).tar.bz2
:
$(DISTFILES)
rm
-rf
$(
P
)
mkdir
-p
$(
P
)
cp
$(
DISTFILES
)
$(
P
)
/
tar
-cjf
$@
$(
P
)
rm
-rf
$(
P
)
.gitignore
:
Makefile
echo
"*.tar.bz2"
>
$@
for
i
in
$(
USR_BIN_FILES
);
do
\
...
...
@@ -120,4 +108,4 @@ $(P).tar.bz2: $(DISTFILES)
done
.PHONY
:
install
dist
.PHONY
:
install
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