Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
site
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janis Streib
site
Commits
62ceb486
Commit
62ceb486
authored
8 years ago
by
anon
Browse files
Options
Downloads
Patches
Plain Diff
remove jenkins.mk, buildserver does not use it anylonger.
parent
90a19b30
Branches
Branches containing commit
Tags
0.2.99-beta.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jenkins.mk
+0
-31
0 additions, 31 deletions
jenkins.mk
with
0 additions
and
31 deletions
jenkins.mk
deleted
100755 → 0
+
0
−
31
View file @
90a19b30
all
:
@
echo
"Available make-targets:"
@
echo
"gluonbranch: show the gluon branch site.mk requires"
@
echo
" ex:
\$
> make -f jenkins.mk gluonbranch"
@
echo
" # v2016.1.4"
@
echo
"targets: show enabled gluon targets aka SOC models to build freifunk firmware for."
@
echo
" This requires the current working directory being the gluon source tree."
@
echo
" ex:
\$
> cd <gluon-src-tree>; make -f <path to site-conf>/jenkins.mk targets"
# gluonbranch
ifeq
($(MAKECMDGOALS),gluonbranch)
include
site.mk
.PHONY
:
gluonbranch
gluonbranch
:
@
echo
$(
GLUON_CHECKOUT
)
endif
# targets
ifeq
($(MAKECMDGOALS),targets)
GLUONDIR
:=
${
CURDIR
}
include
$(GLUONDIR)/include/gluon.mk
include
$(GLUONDIR)/targets/targets.mk
.PHONY
:
targets
targets
:
@
echo
$(
GLUON_TARGETS
)
endif
This diff is collapsed.
Click to expand it.
Preview
0%
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