Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
senf
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
wiback
senf
Commits
0406dc9b
Commit
0406dc9b
authored
17 years ago
by
g0dil
Browse files
Options
Downloads
Patches
Plain Diff
Export PATH to build environment
parent
02299f4c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SConstruct
+3
-1
3 additions, 1 deletion
SConstruct
debian/rules
+1
-5
1 addition, 5 deletions
debian/rules
with
4 additions
and
6 deletions
SConstruct
+
3
−
1
View file @
0406dc9b
...
...
@@ -137,6 +137,7 @@ env.Append(
'
LOGNAME
'
:
logname
,
# needed by the debian build scripts
'
CONCURRENCY_LEVEL
'
:
env
.
GetOption
(
'
num_jobs
'
)
or
"
1
"
,
'
SCONS
'
:
1
,
'
PATH
'
:
os
.
environ
.
get
(
'
PATH
'
)
},
LOCAL_CONFIG_FILES
=
[
'
Doxyfile.local
'
,
'
SConfig
'
,
'
local_config.hh
'
],
CONFIG_FILES_OPTS
=
configFilesOpts
,
...
...
@@ -215,7 +216,8 @@ env.Clean('all', [ os.path.join(path,f)
PhonyTarget
(
env
,
'
deb
'
,
[
checkLocalConf
,
updateRevision
,
"
$BUILDPACKAGE_COMMAND -tc
"
,
"
$BUILDPACKAGE_COMMAND
"
,
"
fakeroot ./debian/rules debclean
"
])
PhonyTarget
(
env
,
'
debsrc
'
,
[
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
5
View file @
0406dc9b
...
...
@@ -19,15 +19,11 @@ export debian_build
# This has to be exported to make some magic below work.
export
DH_OPTIONS
#DPKG_ARCH#
CFLAGS
=
-Wall
-g
CONCURRENCY_LEVEL
?=
1
export
CONCURRENCY_LEVEL
LIBTYPE
?=
UNSPEC
ifneq
(,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS
+=
-O0
else
...
...
@@ -39,7 +35,7 @@ destdir=$(CURDIR)/debian/tmp
configure
:
configure-stamp
configure-stamp
:
dh_testdir
#
#
Add here commands to configure the package.
# Add here commands to configure the package.
rm
-f
Doxyfile.local
SConfig
local_config.hh
scons
prepare
# If needed, we could create new files 'Doxyfile.local',
...
...
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