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
f67cd123
Commit
f67cd123
authored
Dec 16, 2008
by
Ryan Jackson
Browse files
Added dropbear back in
parent
ffc59390
Changes
2
Hide whitespace changes
Inline
Side-by-side
mfs/linux_mfs/Makefile
View file @
f67cd123
...
...
@@ -9,7 +9,7 @@ STAGING_DIR = $(PWD)/buildroot/build_i386/staging_dir
INITRAMFS
=
$(PWD)
/initramfs.gz
BOOT_PATH
=
$(PWD)
/boot
MODULES
:=
busybox zlib linux testbed hdparm target_template
MODULES
:=
busybox zlib linux
dropbear
testbed hdparm target_template
INSTALL_MODULES
:=
$(
addsuffix
-install
,
$(MODULES)
)
CLEAN_MODULES
:=
$(
addsuffix
-clean
,
$(MODULES)
)
...
...
mfs/linux_mfs/source/dropbear/
Rules.mk
→
mfs/linux_mfs/source/dropbear/
Makefile
View file @
f67cd123
.PHONY
:
dropbear-extract dropbear-patch dropbear-config dropbear-build
\
dropbear dropbear-install dropbear-clean
include
../../variables.mk
dropbear-extract
:
$(DROPBEAR_PATH)/.extract-stamp
DROPBEAR_VERSION
=
0.52
DROPBEAR_PATH
=
$(TARGET_BUILD_PATH)
/dropbear-
$(DROPBEAR_VERSION)
dropbear-patch
:
$(DROPBEAR_PATH)/.patch-stamp
.PHONY
:
extract patch config build
\
dropbear install clean all
dropbear
-config
:
$(DROPBEAR_PATH)/.config-stamp
all
:
dropbear
dropbear-build
:
$(DROPBEAR_PATH)/
dropbearmulti
extract
:
$(DROPBEAR_PATH)/
.extract-stamp
dropbear-install
:
$(TARGET_PATH)/usr/sbin/dropbear
patch
:
$(DROPBEAR_PATH)/.patch-stamp
config
:
$(DROPBEAR_PATH)/.config-stamp
dropbear
:
$(DROPBEAR_PATH)/dropbearmulti
install
:
$(TARGET_PATH)/usr/sbin/dropbear
$(DROPBEAR_PATH)/.extract-stamp
:
mkdir
-p
$(TARGET_BUILD_PATH)
...
...
@@ -60,8 +67,6 @@ $(TARGET_PATH)/usr/sbin/dropbear: $(DROPBEAR_PATH)/dropbearmulti
mkdir
-p
$(TARGET_PATH)
/usr/lib
touch
-c
$@
dropbear-
clean
:
clean
:
PATH
=
$(STAGING_DIR)
/usr/bin:
$(PATH)
$(MAKE)
-C
$(DROPBEAR_PATH)
clean
rm
-f
$(DROPBEAR_PATH)
/.build-stamp
$(DROPBEAR_PATH)
/.config-stamp
dropbear
:
dropbear-build
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