Author: daniel
Date: 2003-05-30 08:58:02 -0500 (Fri, 30 May 2003)
New Revision: 108

Modified:
   branches/4.3.0/sid/debian/rules
Log:
Make failure to nuke the drm Makefile non-fatal - this solves the problem
whereby all builds on non-DRI-building architectures would bomb in the very same
spot. Got it, whoo!


Modified: branches/4.3.0/sid/debian/rules
==============================================================================
--- branches/4.3.0/sid/debian/rules     2003-05-30 07:08:00 UTC (rev 107)
+++ branches/4.3.0/sid/debian/rules     2003-05-30 13:58:02 UTC (rev 108)
@@ -285,7 +285,7 @@
        rm $(DRM_DST_DIR)/debian/module-changelog.m4
        chmod +x $(DRM_DST_DIR)/debian/rules
        -cp -L 
build-tree/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/* 
$(DRM_DST_DIR)/
-       rm $(DRM_DST_DIR)/Makefile $(DRM_DST_DIR)/Imakefile 
$(DRM_DST_DIR)/Makefile.kernel
+       rm -f $(DRM_DST_DIR)/Makefile $(DRM_DST_DIR)/Imakefile 
$(DRM_DST_DIR)/Makefile.kernel
        cd $(DRM_SRC_DIR) && tar -zcvf 
$(DEBTREEDIR)/usr/src/xlibmesa-drm.tar.gz modules/xlibmesa-drm
   endif
        rm -f $(DEBTREEDIR)/usr/X11R6/lib/X11/icons/default/index.theme

Reply via email to