search for: mostlyclean

Displaying 9 results from an estimated 9 matches for "mostlyclean".

2006 May 10
1
RE: Compile error on PPC linux
...cations"; \ done libFLAC.la: $(libFLAC_la_OBJECTS) $(libFLAC_la_DEPENDENCIES) - $(LINK) -rpath $(libdir) $(libFLAC_la_LDFLAGS) $(libFLAC_la_OBJECTS) $(libFLAC_la_LIBADD) $(LIBS) + $(LINK) -rpath,$(libdir) $(libFLAC_la_LDFLAGS) $(libFLAC_la_OBJECTS) $(libFLAC_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) --- flac-1.1.2/src/libFLAC++/Makefile.in.orig 2005-02-04 21:23:37.000000000 -0500 +++ flac-1.1.2/src/libFLAC++/Makefile.in 2006-04-30 20:32:42.000000000 -0400 @@ -351,7 +351,7 @@ rm -f "$${dir}/so_locations"; \ done libFLAC++.la: $(lib...
2004 Sep 13
2
problems building / starting test40 + test42
...make: Fatal error in reader: Makefile, line 701: Unexpected end of line seen Current working directory /home/pkg/dovecot-1.0-test42/src/auth So, I went and checked it out, to find what certainly looked to me like an error: 697:distclean-generic clean-generic maintainer-clean-generic clean \ 698:mostlyclean distclean maintainer-clean 699: 700: checkpassword-reply.c 701: 702:# Tell versions [3.59,3.63) of GNU make to not export all variables. Originally, I tried tacking that onto the end of the preceding list, but when the next problem came about, I tried commenting it out... with no joy. T...
2004 Sep 10
2
OS X compile errors
--- Matt Zimmerman <mdz@debian.org> wrote: > On Wed, Jan 08, 2003 at 12:20:52PM -0600, Glenn wrote: > > > I tried that fix, ran `make clean; ./configure --prefix=/opt` then: > > > > [TLB:~/Desktop/flac-1.0.5_beta1/flac-1.0.5_beta1] glenn% make > > make all-recursive > > Making all in doc > > Making all in . > > doxygen Doxyfile > >
2004 Sep 10
0
OS X compile errors
...mmand is intended for maintainers to use; it' @echo 'deletes files that may need special tools to rebuild.' And the automake manual says this: * If `make' built it, and it is commonly something that one would want to rebuild (for instance, a `.o' file), then `mostlyclean' should delete it. * Otherwise, if `make' built it, then `clean' should delete it. * If `configure' built it, then `distclean' should delete it * If the maintainer built it, then `maintainer-clean' should delete it. With automake, this means removing t...
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...t;; \ + rm -f "$${dir}/so_locations"; \ + done +lib10_urlauth_plugin.la: $(lib10_urlauth_plugin_la_OBJECTS) $(lib10_urlauth_plugin_la_DEPENDENCIES) + $(lib10_urlauth_plugin_la_LINK) -rpath $(imap_moduledir) $(lib10_urlauth_plugin_la_OBJECTS) $(lib10_urlauth_plugin_la_LIBADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + + at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/urlauth-keys.Plo at am__quote@ + at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/urlauth-plugin.Plo at am__quote@ + at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPD...
2017 Feb 06
2
Re-release of version 1.3.2?
...hat may require special tools to rebuild." + at FLaC__HAS_DOXYGEN_FALSE@distclean-local: @FLaC__HAS_DOXYGEN_FALSE at uninstall-local: @FLaC__HAS_DOXYGEN_FALSE at install-data-local: - at FLaC__HAS_DOXYGEN_FALSE@distclean-local: clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am diff -Nru flac-1.3.2-v1/test/metaflac-test-files/case07-expect.meta flac-1.3.2-v2/test/metaflac-test-files/case07-expect.meta --- flac-1.3.2-v1/test/metaflac-test-files/case07-expect.meta 2016-12-31 16:52:09.366371726 -0800 +++ flac-1.3.2-v2/test/metaflac-test-files/case07-expect.meta 2016-12-31...
2006 Jun 02
0
Re: Update libtheora-1.0alpha6
...e$(EXEEXT): $(player_example_OBJECTS) $(player_example_DEPENDENCIES) + @rm -f player_example$(EXEEXT) +- $(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) $(player_example_LDADD) $(LIBS) ++ #$(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) $(player_example_LDADD) $(LIBS) + + mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core diff -pruN --exclude=CVS ../libtheora.orig/pkg/PFRAG.shared ./pkg/PFRAG.shared --- ../libtheora.orig/pkg/PFRAG.shared Wed May 31 08:29:37 2006 +++ ./pkg/PFRAG.shared Thu May 25 07:17:45 2006 @@ -1,2 +1,3 @@ +@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/0...
2018 Dec 13
2
[nbdkit PATCH] maint: Adjust cleaning rules
...at were not present in the tarball. Either these files are expensive enough that end users should not be required to regenerate them (so they should be distributed), or they should be cleaned when a user asks to get back to the pristine tarball state. Automake suggests this hierarchy of cleaning: mostlyclean: .o and other obvious build artifacts clean: everything that 'make' builds without rerunning configure distclean: everything that 'configure' builds maintainerclean: things that requires special tooling to rebuild By that definition, things that are expensive to rebuild, but which...
2012 Apr 30
5
[PATCH 0/4 v1] Remove gettextify, implement OCaml gettext.
Version 1 of the patch, for discussion, but not to be applied. It does work, but needs a lot more testing. This removes all the psychopathic gettextify cruft, and replaces it with a 99 line Makefile.am. A large win, I think. The third patch implements gettext support in the OCaml tools. The fourth patch is just for illustration. It shows the consequent changes to libguestfs.pot and the po