VirtualBox

Ignore:
Timestamp:
Jan 22, 2020 3:27:04 PM (5 years ago)
Author:
vboxsync
Message:

Installer/Linux: bugref:9644 phase 1: fix rpm/rules clean

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/rpm/rules

    r82536 r82830  
    5454pkgdir   := $(if $(PKGDIR),$(PKGDIR),$(shell cd $(vboxroot)/..; pwd))
    5555builddir := $(vboxroot)/rpm/builddir
     56stagedir := $(vboxroot)/src/VBox/Installer/linux/rpmbuild
    5657rpmlib   := $(shell if [ `uname -m` = "x86_64" ]; then echo "lib64"; else echo "lib"; fi)
    5758chrarch  := $(shell if [ `uname -m` = "x86_64" ]; then echo "amd64"; else echo "x86"; fi)
     
    198199clean:
    199200        rm -rf $(archdir)
    200         rm -rf $(builddir) rpm/VirtualBox-*
    201         rm -f rpm/VirtualBox.tar
    202         rm -f rpm/VirtualBox.tar.bz2
     201        rm -rf $(stagedir)
     202        rm -rf $(builddir)
     203        rm -rf $(vboxroot)/rpm
     204        rm -f rpm/VirtualBox-*
     205        rm -f rpm/VirtualBox.tar rpm/VirtualBox.tar.bz2
    203206        rm -f rpm/VirtualBox.spec
    204207        rm -f rpm/build-stamp rpm/configure-stamp rpm/configure.log
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette