• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/dmalloc/0003-fix-parallel-build.patch
Alex SuykovAlex Suykov committed db7b7fe0ee107 Jan 2015
Raw file
Source viewDiff to previous
 
1
Fix parallel build issue
2
​
3
Missing dmallocc.o <- dmalloc.h dependency may break parallel builds.
4
dmalloc.h is generated,and may not be around by the time gcc starts
5
parsing dmallocc.cc.
6
​
7
Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
8
​
9
--- a/Makefile.in
10
+++ b/Makefile.in
11
@@ -401,6 +401,7 @@
12
 compat.o: compat.c conf.h settings.h dmalloc.h compat.h dmalloc_loc.h
13
 dmalloc.o: dmalloc.c conf.h settings.h dmalloc_argv.h dmalloc.h compat.h \
14
   debug_tok.h dmalloc_loc.h env.h error_val.h version.h
15
+dmallocc.o: dmallocc.cc dmalloc.h return.h conf.h settings.h
16
 dmalloc_argv.o: dmalloc_argv.c conf.h settings.h dmalloc_argv.h \
17
   dmalloc_argv_loc.h compat.h
18
 dmalloc_fc_t.o: dmalloc_fc_t.c conf.h settings.h dmalloc.h dmalloc_argv.h \
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.