Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
contiki-ng
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
NATAF Emmanuel
contiki-ng
Commits
d3df8bc3
Commit
d3df8bc3
authored
13 years ago
by
Adam Dunkels
Browse files
Options
Downloads
Patches
Plain Diff
Update makefiles to git release tags and directories
parent
ab0c04b0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tools/release-tools/Makefile
+1
-1
1 addition, 1 deletion
tools/release-tools/Makefile
tools/release-tools/Makefile.raven
+7
-7
7 additions, 7 deletions
tools/release-tools/Makefile.raven
tools/release-tools/Makefile.sky
+2
-2
2 additions, 2 deletions
tools/release-tools/Makefile.sky
with
10 additions
and
10 deletions
tools/release-tools/Makefile
+
1
−
1
View file @
d3df8bc3
...
@@ -3,7 +3,7 @@ ifndef TAG
...
@@ -3,7 +3,7 @@ ifndef TAG
${
error
You must specify the RELEASE variable
(
e.g. make
RELEASE
=
2.5
)}
${
error
You must specify the RELEASE variable
(
e.g. make
RELEASE
=
2.5
)}
endif
endif
RELEASETAG
=
$(
subst .,-,
$(
RELEASE
))
RELEASETAG
=
$(
subst .,-,
$(
RELEASE
))
TAG
=
contiki-
$(
RELEASE
TAG
)
TAG
=
$(
RELEASE
)
else
else
RELEASE
=
$(
TAG
)
RELEASE
=
$(
TAG
)
endif
endif
...
...
This diff is collapsed.
Click to expand it.
tools/release-tools/Makefile.raven
+
7
−
7
View file @
d3df8bc3
contiki-raven
:
contiki-raven
:
(
cd
contiki
-2.x
/examples/webserver-ipv6-raven
;
make
)
(
cd
contiki/examples/webserver-ipv6-raven
;
make
)
(
cd
contiki
-2.x
/platform/avr-ravenlcd
;
make
)
(
cd
contiki/platform/avr-ravenlcd
;
make
)
(
cd
contiki
-2.x
/examples/ravenusbstick
;
make
)
(
cd
contiki/examples/ravenusbstick
;
make
)
mkdir
contiki-raven-
$(
RELEASE
)
mkdir
contiki-raven-
$(
RELEASE
)
cp
contiki
-2.x
/examples/webserver-ipv6-raven/webserver6.elf contiki-raven-
$(
RELEASE
)
cp
contiki/examples/webserver-ipv6-raven/webserver6.elf contiki-raven-
$(
RELEASE
)
cp
contiki
-2.x
/platform/avr-ravenlcd/ravenlcd_3290.elf contiki-raven-
$(
RELEASE
)
cp
contiki/platform/avr-ravenlcd/ravenlcd_3290.elf contiki-raven-
$(
RELEASE
)
cp
contiki
-2.x
/examples/ravenusbstick/ravenusbstick.elf contiki-raven-
$(
RELEASE
)
cp
contiki/examples/ravenusbstick/ravenusbstick.elf contiki-raven-
$(
RELEASE
)
cp
contiki
-2.x
/cpu/avr/dev/usb/INF/
*
.inf contiki-raven-
$(
RELEASE
)
cp
contiki/cpu/avr/dev/usb/INF/
*
.inf contiki-raven-
$(
RELEASE
)
contiki-raven-$(RELEASE).zip
:
contiki-raven
contiki-raven-$(RELEASE).zip
:
contiki-raven
tar
czf contiki-raven-
$(
RELEASE
)
.tar.gz contiki-raven-
$(
RELEASE
)
tar
czf contiki-raven-
$(
RELEASE
)
.tar.gz contiki-raven-
$(
RELEASE
)
...
...
This diff is collapsed.
Click to expand it.
tools/release-tools/Makefile.sky
+
2
−
2
View file @
d3df8bc3
contiki-collect-sky
:
contiki-collect-sky
:
(
cd
contiki
-2.x
/tools/collect-view/
;
ant dist
&&
chmod
755 dist/tools/
*
-linux
)
(
cd
contiki/tools/collect-view/
;
ant dist
&&
chmod
755 dist/tools/
*
-linux
)
cp
-r
contiki
-2.x
/tools/collect-view/dist contiki-collect-sky-
$(
RELEASE
)
cp
-r
contiki/tools/collect-view/dist contiki-collect-sky-
$(
RELEASE
)
contiki-collect-sky-$(RELEASE).zip
:
contiki-collect-sky
contiki-collect-sky-$(RELEASE).zip
:
contiki-collect-sky
zip
-r
contiki-collect-sky-
$(
RELEASE
)
.zip contiki-collect-sky-
$(
RELEASE
)
zip
-r
contiki-collect-sky-
$(
RELEASE
)
.zip contiki-collect-sky-
$(
RELEASE
)
...
...
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