Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
macports-legacy-support
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
einsteinathome
openjdk
macports-legacy-support
Commits
42217f16
Commit
42217f16
authored
6 months ago
by
Fred Wright
Committed by
Christopher Nielsen
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Makefile: Add install of manpage for replacement 10.4 'which'.
parent
a3c9731c
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
+5
-0
5 additions, 0 deletions
Makefile
with
5 additions
and
0 deletions
Makefile
+
5
−
0
View file @
42217f16
...
...
@@ -20,6 +20,8 @@ INCSUBDIR = LegacySupport
PKGINCDIR
=
$(
PREFIX
)
/include/
$(
INCSUBDIR
)
LIBDIR
=
$(
PREFIX
)
/lib
BINDIR
=
$(
PREFIX
)
/bin
MANDIR
=
$(
PREFIX
)
/share/man
MAN1DIR
=
$(
MANDIR
)
/man1
AREXT
=
.a
SOEXT
=
.dylib
LIBNAME
=
MacportsLegacySupport
...
...
@@ -81,6 +83,7 @@ CP ?= /bin/cp
MKINSTALLDIRS
=
install
-d
-m
755
INSTALL_PROGRAM
=
install
-c
-m
755
INSTALL_DATA
=
install
-c
-m
644
INSTALL_MAN
=
install
-c
-m
444
RM
=
rm
-f
RMDIR
=
sh
-c
'for d; do test ! -d "$$d" || rmdir -p "$$d"; done'
rmdir
...
...
@@ -180,6 +183,7 @@ MANTESTRUNS := $(patsubst \
TIGERSRCDIR
=
tiger_only/src
TIGERSRCS
:=
$(
wildcard
$(
TIGERSRCDIR
)
/
*
.c
)
TIGERPRGS
:=
$(
patsubst %.c,%,
$(
TIGERSRCS
))
TIGERMAN1S
:=
$(
wildcard
$(
TIGERSRCDIR
)
/
*
.1
)
TOOLDIR
=
tools
ARCHTOOL
=
$(
TOOLDIR
)
/binarchs.sh
...
...
@@ -498,6 +502,7 @@ install-slib: $(BUILDSLIBPATH) | $(DESTDIR)$(LIBDIR)
install-tiger
:
$(TIGERPRGS)
$(
INSTALL_PROGRAM
)
$(
TIGERPRGS
)
$(
DESTDIR
)$(
BINDIR
)
$(
INSTALL_MAN
)
$(
TIGERMAN1S
)
$(
DESTDIR
)$(
MAN1DIR
)
test check
:
$(TESTRUNS) $(XTESTRUNS) test_cmath test_faccessat_setuid_msg
...
...
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