After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 663189 - Make "jhbuild make" smarter
Make "jhbuild make" smarter
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2011-11-01 19:49 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2011-11-04 00:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make "jhbuild make" smarter (1.40 KB, patch)
2011-11-01 19:49 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Jasper St. Pierre (not reading bugmail) 2011-11-01 19:49:32 UTC
I'm often doing something like:

  ~/Source/gnome3/source/glib/gio/tests $ jhbuild make
  E: No module matching current directory 'tests' in the moduleset

and I get frustrated at the result. It's a dumb thing to do.
This solves it by being smarter.
Comment 1 Jasper St. Pierre (not reading bugmail) 2011-11-01 19:49:34 UTC
Created attachment 200444 [details] [review]
Make "jhbuild make" smarter

If you're in a subdir of a module, make "jhbuild make" recognize this and
build whatever module you're in without you having to cd ../.. or whatever
Comment 2 Colin Walters 2011-11-04 00:01:10 UTC
Review of attachment 200444 [details] [review]:

Looks fine to me.
Comment 3 Jasper St. Pierre (not reading bugmail) 2011-11-04 00:03:46 UTC
Pushed with commit message discussed on IRC review