Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
061e9f95
Commit
061e9f95
authored
Jun 29, 2005
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Jay wants the usrp stuff renamed to sdr.
parent
36e1c825
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
www/GNUmakefile.in
www/GNUmakefile.in
+4
-4
www/sdr/usrpdefs.php3
www/sdr/usrpdefs.php3
+1
-1
No files found.
www/GNUmakefile.in
View file @
061e9f95
...
...
@@ -100,8 +100,8 @@ HYFILES += $(wildcard $(SRCDIR)/hyperviewer/*.html)
HYFILES += $(wildcard $(SRCDIR)/hyperviewer/*.jpg)
HYFILES += $(wildcard $(SRCDIR)/hyperviewer/*.gif)
USRP
FILES = $(wildcard $(SRCDIR)/
usrp
/*.php3)
USRP
FILES += $(wildcard $(SRCDIR)/
usrp
/*.html)
SDR
FILES = $(wildcard $(SRCDIR)/
sdr
/*.php3)
SDR
FILES += $(wildcard $(SRCDIR)/
sdr
/*.html)
# need to make it *.gz; with simply "*",
# we end up sucking over "CVS"
...
...
@@ -137,7 +137,7 @@ ALLCVSWEB = $(notdir $(CVSWEBFILES))
ALLBUI = $(notdir $(BUIFILES))
ALLNL = $(notdir $(NLFILES))
ALLHY = $(notdir $(HYFILES))
ALL
USRP
= $(notdir $(
USRP
FILES))
ALL
SDR
= $(notdir $(
SDR
FILES))
ALLROBO = $(notdir $(ROBOTRACKFILES))
install: $(addprefix $(INSTALL_WWWDIR)/, $(ALLFILES)) \
...
...
@@ -150,7 +150,7 @@ install: $(addprefix $(INSTALL_WWWDIR)/, $(ALLFILES)) \
$(addprefix $(INSTALL_WWWDIR)/buildui/, $(ALLBUI)) \
$(addprefix $(INSTALL_WWWDIR)/netlab/, $(ALLNL)) \
$(addprefix $(INSTALL_WWWDIR)/hyperviewer/, $(ALLHY)) \
$(addprefix $(INSTALL_WWWDIR)/
usrp
/, $(ALL
USRP
)) \
$(addprefix $(INSTALL_WWWDIR)/
sdr
/, $(ALL
SDR
)) \
$(addprefix $(INSTALL_WWWDIR)/robotrack/, $(ALLROBO)) \
$(addprefix $(INSTALL_WWWDIR)/autostatus-icons/, $(ALLICONS)) \
$(addprefix $(INSTALL_LIBEXECDIR)/, websearch) \
...
...
www/sdr/usrpdefs.php3
View file @
061e9f95
...
...
@@ -4,7 +4,7 @@
#
chdir
(
".."
);
require
(
"defs.php3"
);
chdir
(
"
usrp
"
);
chdir
(
"
sdr
"
);
$USRP_MENU
=
array
();
$USRP_MENU
[
'title'
]
=
"USRP Menu"
;
...
...
Write
Preview
Markdown
is supported
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