Uploaded image for project: 'Commons Crypto'
  1. Commons Crypto
  2. CRYPTO-99

Makefile clean removes too much

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      The clean target currently consist of:

      clean:
      	rm -rf $(TARGET)
      	rm -rf $(COMMONS_CRYPTO_OUT)
      

      This removes some input files that it needs and anyway COMMONS_CRYPTO_OUT is under TARGET

      It should only drop the files it actually creates.
      For example:

      clean:
      	rm -rf $(TARGET)/jni-classes
      	rm -rf $(COMMONS_CRYPTO_OUT)
      

      Attachments

        Activity

          People

            sebb Sebb
            sebb Sebb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: