/[smecontribs]/common/Makefile.common
ViewVC logotype

Diff of /common/Makefile.common

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.11 by slords, Fri Aug 3 16:54:08 2012 UTC Revision 1.12 by unnilennium, Mon Nov 11 14:41:28 2013 UTC
# Line 5  Line 5 
5  # Copyright (C) 2004-2005 Red Hat, Inc.  # Copyright (C) 2004-2005 Red Hat, Inc.
6  # Copyright (C) 2005 Fedora Foundation  # Copyright (C) 2005 Fedora Foundation
7  #  #
8  # $Id: Makefile.common,v 1.10 2012/06/30 05:57:35 slords Exp $  # $Id: Makefile.common,v 1.11 2012/08/03 16:54:08 slords Exp $
9    
10  # Define the common dir.  # Define the common dir.
11  # This needs to happen first.  # This needs to happen first.
# Line 322  check: test-srpm Line 322  check: test-srpm
322          done;          done;
323    
324  ## use this to build an srpm locally  ## use this to build an srpm locally
325  ifneq (, $(filter contribs7 contribs8, $(BRANCH)))  ifneq (, $(filter contribs7 contribs8 contribs9, $(BRANCH)))
326  srpm: sources $(TARGETS)  srpm: sources $(TARGETS)
327          $(RPM_WITH_DIRS) $(DIST_DEFINES) --define _source_filedigest_algorithm=md5 --nodeps -bs $(SPECFILE)          $(RPM_WITH_DIRS) $(DIST_DEFINES) --define _source_filedigest_algorithm=md5 --nodeps -bs $(SPECFILE)
328  else  else
# Line 417  ifndef $(BODHI_USER) Line 417  ifndef $(BODHI_USER)
417  BODHI_USER=$(USER)  BODHI_USER=$(USER)
418  endif  endif
419    
420  ifneq (, $(filter contribs7 contribs8, $(BRANCH)))  ifneq (, $(filter contribs7 contribs8 contribs9, $(BRANCH)))
421  update: bodhi  update: bodhi
422  endif  endif
423    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed