Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
3d122c36
Commit
3d122c36
authored
May 09, 2005
by
Mike Hibler
Browse files
Make DESTDIR work for Linux
parent
71477327
Changes
2
Show whitespace changes
Inline
Side-by-side
tmcd/linux/GNUmakefile.in
View file @
3d122c36
...
...
@@ -28,7 +28,6 @@ all: supfile $(SCRIPTS)
include $(TESTBED_SRCDIR)/GNUmakerules
DESTDIR =
SYSETCDIR ?= $(DESTDIR)/etc
ETCDIR ?= $(DESTDIR)$(CLIENT_ETCDIR)
BINDIR ?= $(DESTDIR)$(CLIENT_BINDIR)
...
...
tmcd/linux9/GNUmakefile.in
View file @
3d122c36
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# Copyright (c) 2000-200
5
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -28,7 +28,6 @@ all: supfile ifcfgs
include $(TESTBED_SRCDIR)/GNUmakerules
DESTDIR =
SYSETCDIR = $(DESTDIR)/etc
ETCDIR = $(DESTDIR)$(CLIENT_ETCDIR)
BINDIR = $(DESTDIR)$(CLIENT_BINDIR)
...
...
@@ -46,10 +45,10 @@ simple-install: common-install script-install bin-install
dir-install:
baselinux-install: dir-install
(cd ../linux; $(MAKE) client-install)
(cd ../linux; $(MAKE)
DESTDIR=$(DESTDIR)
client-install)
common-install: dir-install
(cd ../common; $(MAKE) local-install)
(cd ../common; $(MAKE)
DESTDIR=$(DESTDIR)
local-install)
sup-install: dir-install supfile
$(INSTALL) -m 755 ./supfile $(ETCDIR)/supfile
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment