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
24944281
Commit
24944281
authored
Jan 03, 2005
by
Russ Fish
Browse files
Add EXE_SUFFIX so strip works in client-install on CygWin.
parent
403e1118
Changes
2
Hide whitespace changes
Inline
Side-by-side
sensors/canaryd/GNUmakefile.in
View file @
24944281
...
@@ -49,7 +49,7 @@ client: canaryd
...
@@ -49,7 +49,7 @@ client: canaryd
install: $(addprefix $(INSTALL_SBINDIR)/, $(SBIN_SCRIPTS) alertlistener)
install: $(addprefix $(INSTALL_SBINDIR)/, $(SBIN_SCRIPTS) alertlistener)
client-install: client
client-install: client
$(INSTALL_PROGRAM) -s canaryd $(DESTDIR)$(CLIENT_BINDIR)
$(INSTALL_PROGRAM) -s canaryd
$(EXE)
$(DESTDIR)$(CLIENT_BINDIR)
$(EXE)
clean:
clean:
rm -f *.o $(CDPROGS) *~ core *.core version.c
rm -f *.o $(CDPROGS) *~ core *.core version.c
...
...
sensors/slothd/GNUmakefile.in
View file @
24944281
...
@@ -48,7 +48,7 @@ install: $(addprefix $(INSTALL_SBINDIR)/, $(SBIN_SCRIPTS) sdcollectd) webfeedbac
...
@@ -48,7 +48,7 @@ install: $(addprefix $(INSTALL_SBINDIR)/, $(SBIN_SCRIPTS) sdcollectd) webfeedbac
$(INSTALL_PROGRAM) webfeedback $(INSTALL_LIBEXECDIR)
$(INSTALL_PROGRAM) webfeedback $(INSTALL_LIBEXECDIR)
client-install: client
client-install: client
$(INSTALL_PROGRAM) -s slothd $(DESTDIR)$(CLIENT_BINDIR)
$(INSTALL_PROGRAM) -s slothd
$(EXE)
$(DESTDIR)$(CLIENT_BINDIR)
$(EXE)
clean:
clean:
rm -f *.o $(SDPROGS) *~ core *.core version.c
rm -f *.o $(SDPROGS) *~ core *.core version.c
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