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 133998 - schemas file must not be removed during distclean
schemas file must not be removed during distclean
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.5.x
Other other
: Normal minor
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2004-02-10 16:23 UTC by Julio Merino
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for src/Makefile.am (406 bytes, patch)
2004-02-10 16:24 UTC, Julio Merino
none Details | Review

Description Julio Merino 2004-02-10 16:23:30 UTC
src/Makefile.am removes the file-roller.schemas file from the directory
during the distclean target, as that file is listed as DISTCLEANFILES. 
This file is not actually generated during the build, and it is stored in
the CVS; therefore, it must not be removed.

Doing so will easily break "make dist" and probably many other targets.
Comment 1 Julio Merino 2004-02-10 16:24:23 UTC
Created attachment 24272 [details] [review]
Patch for src/Makefile.am