Find the answer to your Linux question:
Results 1 to 2 of 2
hi, I'm new to this. I receive error after executing make command in linux. here s the error. [nwl008@localhost fn]$ make make: Warning: File `Makefile' has modification time 5e+03 s ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    0

    Thumbs up error in make command

    hi,
    I'm new to this.
    I receive error after executing make command in linux.
    here s the error.

    [nwl008@localhost fn]$ make
    make: Warning: File `Makefile' has modification time 5e+03 s in the future
    make: `spoof' is up to date.
    make: warning: Clock skew detected. Your build may be incomplete.

    spoof is the executable filename.
    plz anyone help to debug this error.

  2. #2
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568

    Exclamation

    Quote Originally Posted by harish25 View Post
    File `Makefile' has modification time 5e+03 s in the future
    Seems like time stamp issue.
    First change your time stamp using touch
    touch *.c

    then make
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •