RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/js/ Makefile.am

From: Jeff Johnson <jbj@rpm5.org>
Date: Sat 18 Sep 2010 - 16:12:57 CEST
Message-Id: <20100918141257.E53ECC1FB1@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   18-Sep-2010 16:12:57
  Branch: HEAD                             Handle: 2010091814125700

  Modified files:
    rpm/js                  Makefile.am

  Log:
    - js: built newly reported ngsr.c instead of gsr.c

  Summary:
    Revision    Changes     Path
    1.44        +5  -5      rpm/js/Makefile.am
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/js/Makefile.am
  ============================================================================
  $ cvs diff -u -r1.43 -r1.44 Makefile.am
  --- rpm/js/Makefile.am	20 Jan 2010 01:39:20 -0000	1.43
  +++ rpm/js/Makefile.am	18 Sep 2010 14:12:57 -0000	1.44
  @@ -4,7 +4,7 @@
   
   LINT = splint
   
  -EXTRA_DIST = gsr.c minimal.c \
  +EXTRA_DIST = ngsr.c minimal.c \
   	src \
   	tscripts \
   	words \
  @@ -55,7 +55,7 @@
   pkgbindir =     @USRLIBRPM@/bin
   moduledir =	@GPSEE_MODULES_PATH@
   
  -pkgbin_PROGRAMS =	gsr
  +pkgbin_PROGRAMS =	ngsr
   
   noinst_LTLIBRARIES =	librpmjsm.la
   module_LTLIBRARIES =	\
  @@ -302,14 +302,14 @@
   	rpmsx-js.c rpmsys-js.c rpmte-js.c rpmts-js.c rpmtxn-js.c rpmxar-js.c \
   	syck-js.c uuid-js.c
   
  -gsr_SOURCES =		gsr.c
  -gsr_LDADD =		$(RPM_LDADD_COMMON)
  +ngsr_SOURCES =		ngsr.c
  +ngsr_LDADD =		$(RPM_LDADD_COMMON)
   
   .PHONY:	lint
   lint:
   	$(LINT) $(DEFS) $(INCLUDES) $(librpmjs_la_sources)
   
  -check-local:	gsr
  +check-local:	ngsr
   
   .PHONY:	lcov-reset	# run lcov from scratch, always
   lcov-reset:
  @@ .
Received on Sat Sep 18 16:12:57 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.