Wolfgang Pfeiffer <[EMAIL PROTECTED]> writes:

Mikkel pointed out the right stuff to get rid of but it looks like you
may have a small completed binary.rpm (or something?) in there.

> 2784    /usr/src/redhat/RPMS


PS- you might get use out of this simple script I use when things
start to pile up in those directories .. It clears the appropriate
ones.

(called as root)

cat /bin/clear-build:
^^^^^^^^^^^^^^^^^^^
#!/bin/sh  -x
cd /usr/src/redhat/SOURCES && rm -rf * && \
 cd ../BUILD && rm -rf * && cd ../SPECS && rm -f *
 #done
  
rpm itself does someting very similar to this when an `rpm --rebuild'
command is successful.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to